diff --git a/config/foreman.migrations/20200602080100_add_default_hostgroup.rb b/config/foreman.migrations/20200602080100_add_default_hostgroup.rb new file mode 100644 index 000000000..181b2bb3f --- /dev/null +++ b/config/foreman.migrations/20200602080100_add_default_hostgroup.rb @@ -0,0 +1 @@ +answers['foreman::plugin::default_hostgroup'] ||= false diff --git a/config/katello.migrations/20200602080100-add-default_hostgroup.rb b/config/katello.migrations/20200602080100-add-default_hostgroup.rb new file mode 100644 index 000000000..181b2bb3f --- /dev/null +++ b/config/katello.migrations/20200602080100-add-default_hostgroup.rb @@ -0,0 +1 @@ +answers['foreman::plugin::default_hostgroup'] ||= false diff --git a/spec/fixtures/pulpcore-migration/katello-answers-after.yaml b/spec/fixtures/pulpcore-migration/katello-answers-after.yaml index 7262b7724..d28829df8 100644 --- a/spec/fixtures/pulpcore-migration/katello-answers-after.yaml +++ b/spec/fixtures/pulpcore-migration/katello-answers-after.yaml @@ -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