Skip to content

Commit

Permalink
Add foreman plugin for scc_manager
Browse files Browse the repository at this point in the history
  • Loading branch information
dgoetz committed May 31, 2022
1 parent 081288c commit 4baaea1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
8 changes: 8 additions & 0 deletions manifests/plugin/scc_manager.pp
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# = Foreman SCC Manager plugin
#
# This class installs scc_manager plugin
#
class foreman::plugin::scc_manager {
foreman::plugin {'scc_manager':
}
}
5 changes: 5 additions & 0 deletions spec/classes/plugin/scc_manager_spec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
require 'spec_helper'

describe 'foreman::plugin::scc_manager' do
include_examples 'basic foreman plugin tests', 'scc_manager'
end

0 comments on commit 4baaea1

Please sign in to comment.