diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/dup.pp | 4 |
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. |