diff options
Diffstat (limited to 'deployment/repositories/templates/puppet_update.sh')
-rw-r--r-- | deployment/repositories/templates/puppet_update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/repositories/templates/puppet_update.sh b/deployment/repositories/templates/puppet_update.sh index a1adb239..07ff18ab 100644 --- a/deployment/repositories/templates/puppet_update.sh +++ b/deployment/repositories/templates/puppet_update.sh @@ -1,2 +1,2 @@ #!/bin/sh -sudo /usr/bin/svn update -q /etc/puppet +sudo /usr/bin/svn update -q --non-interactive --accept theirs-full /etc/puppet |