diff options
-rw-r--r-- | manifests/dup.pp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/manifests/dup.pp b/manifests/dup.pp index 61491c6..26514ad 100644 --- a/manifests/dup.pp +++ b/manifests/dup.pp @@ -36,10 +36,10 @@ define backupninja::duplicity( $order = 90, $ensure = present, # options to the config file - $options = false, # - $nicelevel = 0, # - $testconnect = "yes", # - $tmpdir = "/var/tmp/duplicity", # + $options = false, + $nicelevel = 0, + $testconnect = "yes", + $tmpdir = "/var/tmp/duplicity", # [gpg] $sign = "no", $encryptkey = false, |