From 9d10f1a14bf3107c079a908e14143aa1e15f26e1 Mon Sep 17 00:00:00 2001 From: MartyEwings Date: Tue, 21 Nov 2017 12:53:12 +0000 Subject: [PATCH 1/2] removed classifier_synchronization_period override r10k postrun command is not called when using codemanager disable classifier scheduled sync results in the classifier never syncing automatically --- hieradata/common.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hieradata/common.yaml b/hieradata/common.yaml index 57fc73757..70aa2a488 100644 --- a/hieradata/common.yaml +++ b/hieradata/common.yaml @@ -8,4 +8,4 @@ puppet_enterprise::master::code_manager::manage_private_key: false #pe-console-services tuning #https://docs.puppetlabs.com/pe/latest/console_config.html#tuning-the-classifier-synchronization-period #disable classifier scheduled sync and rely on r10k postrun command to sync the classes -puppet_enterprise::profile::console::classifier_synchronization_period: 0 +#puppet_enterprise::profile::console::classifier_synchronization_period: 0 From 975f0997144ddd727baf9d800473c121c1cb8b10 Mon Sep 17 00:00:00 2001 From: MartyEwings Date: Tue, 21 Nov 2017 22:22:08 +0000 Subject: [PATCH 2/2] Update common.yaml --- hieradata/common.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hieradata/common.yaml b/hieradata/common.yaml index 70aa2a488..043954062 100644 --- a/hieradata/common.yaml +++ b/hieradata/common.yaml @@ -5,7 +5,3 @@ message: "This node is using common data" puppet_enterprise::profile::master::code_manager_auto_configure: true puppet_enterprise::master::code_manager::authenticate_webhook: false puppet_enterprise::master::code_manager::manage_private_key: false -#pe-console-services tuning -#https://docs.puppetlabs.com/pe/latest/console_config.html#tuning-the-classifier-synchronization-period -#disable classifier scheduled sync and rely on r10k postrun command to sync the classes -#puppet_enterprise::profile::console::classifier_synchronization_period: 0