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.
2 parents 8834bb4 + 9e4f92b commit 79c7a0fCopy full SHA for 79c7a0f
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 -np "$TEMPLATES/$f" .
+ test -f "$TEMPLATES/$f" && cp -p --update=none "$TEMPLATES/$f" .
14
done
15
cd /
16
0 commit comments