diff options
author | mail_redacted_for_web | 2016-03-29 16:36:03 -0700 |
---|---|---|
committer | mail_redacted_for_web | 2016-03-29 16:36:03 -0700 |
commit | 3f94dafcd98d6e866013f5928a5e1b034933b53c (patch) | |
tree | 1e2cb5f1319855b14b972a034dc6a7c9ada9199f /hieradata/common.yaml | |
parent | 6a44737d043f4140ab0116f619f79f913701df4c (diff) | |
parent | 2c98a9264c2070281dc7628d5bcb176eb0fdb200 (diff) | |
download | control-repo-template-3f94dafcd98d6e866013f5928a5e1b034933b53c.tar.bz2 |
Merge pull request #27 from npwalker/reduce_scope_of_control_repo
Reduce the scope of the control-repo to mostly an example
Diffstat (limited to 'hieradata/common.yaml')
-rw-r--r-- | hieradata/common.yaml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/hieradata/common.yaml b/hieradata/common.yaml index 291ad51..80bad3a 100644 --- a/hieradata/common.yaml +++ b/hieradata/common.yaml @@ -3,11 +3,3 @@ message: "This node is using common data" #Puppet Server Tuning puppet_enterprise::master::puppetserver::jruby_max_requests_per_instance: 0 -#Enable code manager -puppet_enterprise::profile::master::code_manager_auto_configure: true -puppet_enterprise::master::code_manager::authenticate_webhook: 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 |