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 8834bb4 commit d16784aCopy full SHA for d16784a
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 -n --update=none "$TEMPLATES/$f" .
14
done
15
cd /
16
0 commit comments