Skip to content

Commit

Permalink
Add support for foreman_inventory_upload plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ShimShtein authored and ekohl committed Aug 21, 2019
1 parent 458f93a commit dfc8d89
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions manifests/plugin/inventory_upload.pp
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Installs inventory_upload plugin
class foreman::plugin::inventory_upload {
foreman::plugin {'inventory_upload':
}
}
5 changes: 5 additions & 0 deletions spec/classes/plugin/inventory_upload_spec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
require 'spec_helper'

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

0 comments on commit dfc8d89

Please sign in to comment.