mirror of
https://github.com/krislamo/puppet-rsnapshot
synced 2024-11-10 00:00:35 +00:00
quick fix trailing slash in params.pp snapshot_root
This commit is contained in:
parent
d786e0088e
commit
81ef65edca
@ -32,7 +32,7 @@ class rsnapshot::params {
|
||||
$config_logpath = '/var/log/rsnapshot'
|
||||
$config_logfile = '/var/log/rsnapshot.log' # unused, we are logging to $logpath/$host.log
|
||||
$config_lockpath = '/var/run/rsnapshot'
|
||||
$config_snapshot_root = '/backup/'
|
||||
$config_snapshot_root = '/backup'
|
||||
$config_no_create_root = undef # bool, true or false
|
||||
$config_verbose = '2'
|
||||
$config_loglevel = '4'
|
||||
|
Loading…
Reference in New Issue
Block a user