diff options
author | mail_redacted_for_web | 2015-11-18 10:15:04 -0800 |
---|---|---|
committer | mail_redacted_for_web | 2015-12-09 09:44:51 -0800 |
commit | 947a5529a389a9f8d391fcfaa31db1e64b645705 (patch) | |
tree | 018ad9c492d66502faf2c0bb09861c12b8d6d1c2 | |
parent | b71ab8d42eca09d24c4f0b4955b0779fcbb3a5bc (diff) | |
download | control-repo-template-947a5529a389a9f8d391fcfaa31db1e64b645705.tar.bz2 |
Disable code manager webhook authentication
-rw-r--r-- | hieradata/common.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hieradata/common.yaml b/hieradata/common.yaml index c63e76e..8be38fe 100644 --- a/hieradata/common.yaml +++ b/hieradata/common.yaml @@ -5,6 +5,7 @@ message: "This node is using common data" puppet_enterprise::master::puppetserver::jruby_max_requests_per_instance: 10000 #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 |