]> gitweb.fluxo.info Git - puppet-backup.git/commitdiff
Using single quotes to password delimiter at dup.conf
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 12 Jul 2010 00:26:40 +0000 (21:26 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 12 Jul 2010 00:26:40 +0000 (21:26 -0300)
templates/dup.conf.erb

index 9c37b7d02db7572db933bc1038145bacdf25f36e..a4b7210a6b314a4ed4be9b11f8a1c3b50790fb35 100644 (file)
@@ -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