From cc36c4b591f3239ecbba3a464c3b6cfd7248b327 Mon Sep 17 00:00:00 2001 From: Gabriel M Schuyler Date: Thu, 3 Jan 2019 17:10:20 -0600 Subject: [PATCH] Remove ignored app orchestration setting from pe.conf In version 2016.4 we started to issue deprecations for this setting. In 2016.4 and subsequent releases, it's completely ignored. --- scripts/masterbootstrap.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/masterbootstrap.sh b/scripts/masterbootstrap.sh index 10c6ccd..d00673a 100755 --- a/scripts/masterbootstrap.sh +++ b/scripts/masterbootstrap.sh @@ -10,7 +10,6 @@ cat > pe.conf <<-EOF { "console_admin_password": "puppetlabs" "puppet_enterprise::puppet_master_host": "%{::trusted.certname}" - "puppet_enterprise::use_application_services": true "puppet_enterprise::profile::master::check_for_updates": false } EOF