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 d16784a commit 9e4f92bCopy full SHA for 9e4f92b
openvoxserver/docker-entrypoint.d/20-use-templates-initially.sh
@@ -10,7 +10,7 @@ TEMPLATES=/var/tmp/puppet
10
cd /etc/puppetlabs/puppet
11
for f in auth.conf hiera.yaml puppet.conf puppetdb.conf
12
do
13
- test -f "$TEMPLATES/$f" && cp -n --update=none "$TEMPLATES/$f" .
+ test -f "$TEMPLATES/$f" && cp -p --update=none "$TEMPLATES/$f" .
14
done
15
cd /
16
0 commit comments