From e7a68ef5c5a69bd98335542a78951e9a039e45a9 Mon Sep 17 00:00:00 2001 From: Eugene Date: Thu, 30 Jul 2020 23:33:54 +0300 Subject: [PATCH] added foreman_datacenter plugin --- config/foreman-answers.yaml | 1 + config/foreman.migrations/20200730160133_foreman_datacenter.rb | 1 + 2 files changed, 2 insertions(+) create mode 100644 config/foreman.migrations/20200730160133_foreman_datacenter.rb 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