Skip to content

Use puppetdb_gc module instead of gc-interval on puppetdb #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: production
Choose a base branch
from
Open
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
@@ -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
3 changes: 3 additions & 0 deletions hieradata/common.yaml
Original file line number Diff line number Diff line change
@@ -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
@@ -3,5 +3,6 @@
include profile::puppetmaster
include pe_code_manager_webhook
include pe_metric_curl_cron_jobs
include puppetdb_gc

}