Skip to content

Commit

Permalink
Fixes #30078 Add default_hostgroup plugin for the Katello scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
apatelKmd authored and Anand Patel committed Jun 15, 2020
1 parent d38c914 commit aa25da8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
answers['foreman::plugin::default_hostgroup'] ||= false
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
answers['foreman::plugin::default_hostgroup'] ||= false
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ foreman::compute::ovirt: false
foreman::compute::rackspace: false
foreman::compute::vmware: false
foreman::plugin::azure: false
foreman::plugin::default_hostgroup: false
foreman::plugin::digitalocean: false
foreman::plugin::expire_hosts: false
foreman::plugin::kubevirt: false
Expand Down

0 comments on commit aa25da8

Please sign in to comment.