Skip to content
Prev Previous commit
Next Next commit
modulesync 10.1.0-26-ga82038c
  • Loading branch information
pccibot authored and TheMeier committed Sep 26, 2025
commit e6b1c64042e59f04bde070039d0190279d62744f
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,5 @@
.*.sw?
/.yardoc/
/Guardfile
/.vscode/settings.json
bolt-debug.log
.rerun.json
2 changes: 1 addition & 1 deletion .msync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Managed by modulesync - DO NOT EDIT
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/

modulesync_config_version: '10.1.0'
modulesync_config_version: '10.2.0'
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
source ENV['GEM_SOURCE'] || 'https://rubygems.org'

group :test do
gem 'voxpupuli-test', '~> 11.0', :require => false
gem 'voxpupuli-test', '~> 12.0', :require => false
gem 'puppet_metadata', '~> 5.0', :require => false
end

Expand Down
8 changes: 4 additions & 4 deletions manifests/server.pp
Original file line number Diff line number Diff line change
Expand Up @@ -639,10 +639,10 @@
# https://puppet.com/docs/puppetdb/5.2/maintain_and_tune.html#clean-up-the-dead-letter-office
systemd::unit_file { 'puppetdb-dlo-cleanup.service':
content => epp("${module_name}/puppetdb-DLO-cleanup.service.epp", {
'puppetdb_user' => $puppetdb_user,
'puppetdb_group' => $puppetdb_group,
'vardir' => $vardir,
'dlo_max_age' => $dlo_max_age
'puppetdb_user' => $puppetdb_user,
'puppetdb_group' => $puppetdb_group,
'vardir' => $vardir,
'dlo_max_age' => $dlo_max_age
}),
}
-> systemd::unit_file { 'puppetdb-dlo-cleanup.timer':
Expand Down
Loading