We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40349fe commit 99a96adCopy full SHA for 99a96ad
modules/profile/manifests/puppet/server.pp
@@ -274,7 +274,7 @@
274
user => 'root',
275
description => 'rsync puppet CA files from the primary server',
276
# TODO: stop hardcoding path once fully on Debian 12
277
- command => "/usr/bin/rsync -avp --delete --chown puppet:puppet -e \"/usr/bin/ssh -i /etc/ssh/local_keys.d/puppet-sync\" ${primary_host}:/etc/puppetlabs/puppetserver/ca ${server_config_path}/ca",
+ command => "/usr/bin/rsync -avp --delete --chown puppet:puppet -e \"/usr/bin/ssh -i /etc/ssh/local_keys.d/puppet-sync\" ${primary_host}:/etc/puppetlabs/puppetserver/ca/ ${server_config_path}/ca/",
278
interval => ['OnCalendar=*-*-* *:4/5:00'],
279
}
280
0 commit comments