Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Puppetfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ mod "puppetlabs/concat", '2.2.0'
mod "puppet/hiera", '2.1.2'
mod "npwalker/pe_code_manager_webhook", '1.0.12'
mod "npwalker/pe_metric_curl_cron_jobs", '1.0.2'
mod "npwalker/puppetdb_gc", '0.9.0'

# Modules from Github using various references
# Further examples: https://github.com/puppetlabs/r10k/blob/master/doc/puppetfile.mkd#examples
Expand Down
3 changes: 3 additions & 0 deletions hieradata/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ puppet_enterprise::master::code_manager::authenticate_webhook: false
#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

#disable gc-interval because we're using the puppetdb_gc module
puppet_enterprise::profile::puppetdb::gc_interval: 0
1 change: 1 addition & 0 deletions site/role/manifests/all_in_one_pe.pp
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
include profile::puppetmaster
include pe_code_manager_webhook
include pe_metric_curl_cron_jobs
include puppetdb_gc

}