Skip to content

Commit e6b1c64

Browse files
pccibotTheMeier
authored andcommitted
modulesync 10.1.0-26-ga82038c
1 parent 16f93a3 commit e6b1c64

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,5 @@
2121
.*.sw?
2222
/.yardoc/
2323
/Guardfile
24-
/.vscode/settings.json
2524
bolt-debug.log
2625
.rerun.json

.msync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Managed by modulesync - DO NOT EDIT
33
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
44

5-
modulesync_config_version: '10.1.0'
5+
modulesync_config_version: '10.2.0'

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
source ENV['GEM_SOURCE'] || 'https://rubygems.org'
55

66
group :test do
7-
gem 'voxpupuli-test', '~> 11.0', :require => false
7+
gem 'voxpupuli-test', '~> 12.0', :require => false
88
gem 'puppet_metadata', '~> 5.0', :require => false
99
end
1010

manifests/server.pp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -639,10 +639,10 @@
639639
# https://puppet.com/docs/puppetdb/5.2/maintain_and_tune.html#clean-up-the-dead-letter-office
640640
systemd::unit_file { 'puppetdb-dlo-cleanup.service':
641641
content => epp("${module_name}/puppetdb-DLO-cleanup.service.epp", {
642-
'puppetdb_user' => $puppetdb_user,
643-
'puppetdb_group' => $puppetdb_group,
644-
'vardir' => $vardir,
645-
'dlo_max_age' => $dlo_max_age
642+
'puppetdb_user' => $puppetdb_user,
643+
'puppetdb_group' => $puppetdb_group,
644+
'vardir' => $vardir,
645+
'dlo_max_age' => $dlo_max_age
646646
}),
647647
}
648648
-> systemd::unit_file { 'puppetdb-dlo-cleanup.timer':

0 commit comments

Comments
 (0)