Skip to content

Commit

Permalink
Add foreman plugin for netbox
Browse files Browse the repository at this point in the history
  • Loading branch information
dgoetz committed Jun 9, 2022
1 parent 9837b69 commit 5c59f83
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
8 changes: 8 additions & 0 deletions manifests/plugin/netbox.pp
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# = Foreman Netbox plugin
#
# This class installs netbox plugin
#
class foreman::plugin::netbox {
foreman::plugin {'netbox':
}
}
5 changes: 5 additions & 0 deletions spec/classes/plugin/netbox_spec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
require 'spec_helper'

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

0 comments on commit 5c59f83

Please sign in to comment.