diff --git a/config/foreman-answers.yaml b/config/foreman-answers.yaml index 7468159c..3e510432 100644 --- a/config/foreman-answers.yaml +++ b/config/foreman-answers.yaml @@ -30,6 +30,7 @@ foreman::plugin::ansible: false foreman::plugin::azure: false foreman::plugin::bootdisk: false foreman::plugin::chef: false +foreman::plugin::datacenter: false foreman::plugin::default_hostgroup: false foreman::plugin::dhcp_browser: false foreman::plugin::digitalocean: false diff --git a/config/foreman.migrations/20200730160133_foreman_datacenter.rb b/config/foreman.migrations/20200730160133_foreman_datacenter.rb new file mode 100644 index 00000000..ab233589 --- /dev/null +++ b/config/foreman.migrations/20200730160133_foreman_datacenter.rb @@ -0,0 +1 @@ +answers['foreman::plugin::datacenter'] ||= false