aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-07-11 21:26:40 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-07-11 21:26:40 -0300
commitb601beed0a88714bb26b70ed0f40b45f29dc7ab2 (patch)
tree2466a59a65449eea3d6d3827f075e22600827a3d /templates
parent21807b94b188db016af05a2f072ec54775074a54 (diff)
downloadpuppet-backup-b601beed0a88714bb26b70ed0f40b45f29dc7ab2.tar.gz
puppet-backup-b601beed0a88714bb26b70ed0f40b45f29dc7ab2.tar.bz2
Using single quotes to password delimiter at dup.conf
Diffstat (limited to 'templates')
-rw-r--r--templates/dup.conf.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/dup.conf.erb b/templates/dup.conf.erb
index 9c37b7d..a4b7210 100644
--- a/templates/dup.conf.erb
+++ b/templates/dup.conf.erb
@@ -23,7 +23,7 @@ INCLUDE="$INCLUDE --include <%= add %>"
TMP="/var/tmp"
mkdir -p $TMP
-export PASSPHRASE="<%= password %>"
+export PASSPHRASE='<%= password %>'
# adds support for checking the existing backup
if [ "$1" == "--check" ]; then