aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2009-08-27 17:49:26 -0400
committerMicah Anderson <micah@riseup.net>2009-08-27 17:49:26 -0400
commit8c72b1b43a428ccebb2b629ed60f06ff71650c17 (patch)
tree2168ccc01808d42a53a90a25237fad100f17b8c7
parent4c1bf41b5a0b7969043dd480f903d403d16c6994 (diff)
downloadpuppet-backupninja-8c72b1b43a428ccebb2b629ed60f06ff71650c17.tar.gz
puppet-backupninja-8c72b1b43a428ccebb2b629ed60f06ff71650c17.tar.bz2
add a note about the password variable needing to be enclosed in single quotes
-rw-r--r--manifests/dup.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/dup.pp b/manifests/dup.pp
index ca996b8..c4554ee 100644
--- a/manifests/dup.pp
+++ b/manifests/dup.pp
@@ -30,6 +30,10 @@
#
# Some notes about this handler:
#
+# - When specifying a password, be sure to enclose it in single quotes,
+# this is particularly important if you have any special characters, such
+# as a $ which puppet will attempt to interpret resulting in a different
+# password placed in the file than you expect!
# - There's no support for a 'local' type in backupninja's duplicity
# handler on version 0.9.6-4, which is the version available in stable and
# testing debian repositories by the time of this writing.