Skip to content

Commit

Permalink
Rename inventory_upload to rh_cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
ShimShtein authored and ehelms committed Apr 2, 2020
1 parent 7e10f6a commit d33e10c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
5 changes: 0 additions & 5 deletions manifests/plugin/inventory_upload.pp

This file was deleted.

5 changes: 5 additions & 0 deletions manifests/plugin/rh_cloud.pp
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Installs rh_cloud plugin
class foreman::plugin::rh_cloud {
foreman::plugin {'rh_cloud':
}
}
5 changes: 0 additions & 5 deletions spec/classes/plugin/inventory_upload_spec.rb

This file was deleted.

5 changes: 5 additions & 0 deletions spec/classes/plugin/rh_cloud_spec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
require 'spec_helper'

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

0 comments on commit d33e10c

Please sign in to comment.