diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-06-05 10:31:50 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-06-05 10:31:50 -0300 |
commit | c476ff8b9b48e63f51b4457d7838fbd7fbcecc2b (patch) | |
tree | ebde516bfc192df60cd5b758e7efea0f0c790997 /manifests | |
parent | 24bb369066b16551a24252c9c017eb9c08f61b84 (diff) | |
download | puppet-backupninja-c476ff8b9b48e63f51b4457d7838fbd7fbcecc2b.tar.gz puppet-backupninja-c476ff8b9b48e63f51b4457d7838fbd7fbcecc2b.tar.bz2 |
Removes duplicate configdir paramproduction
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index b7d3522..ed79f51 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -23,7 +23,6 @@ class backupninja ( $reportuser = undef, $reportdirectory = undef, $logfile = '/var/log/backupninja.log', - $configdir = '/etc/backup.d', $scriptdir = '/usr/share/backupninja', $libdir = '/usr/lib/backupninja', $usecolors = true, |