From: Micah Anderson Date: Thu, 27 Aug 2009 21:49:26 +0000 (-0400) Subject: add a note about the password variable needing to be enclosed in single quotes X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=8c72b1b43a428ccebb2b629ed60f06ff71650c17;p=puppet-backupninja.git add a note about the password variable needing to be enclosed in single quotes --- 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.