1
0
mirror of https://github.com/krislamo/puppet-rsnapshot synced 2024-11-14 01:00:34 +00:00

quick fix trailing slash in params.pp snapshot_root

This commit is contained in:
Norbert Varzariu 2016-01-22 09:17:15 +01:00
parent d786e0088e
commit 81ef65edca

View File

@ -32,7 +32,7 @@ class rsnapshot::params {
$config_logpath = '/var/log/rsnapshot' $config_logpath = '/var/log/rsnapshot'
$config_logfile = '/var/log/rsnapshot.log' # unused, we are logging to $logpath/$host.log $config_logfile = '/var/log/rsnapshot.log' # unused, we are logging to $logpath/$host.log
$config_lockpath = '/var/run/rsnapshot' $config_lockpath = '/var/run/rsnapshot'
$config_snapshot_root = '/backup/' $config_snapshot_root = '/backup'
$config_no_create_root = undef # bool, true or false $config_no_create_root = undef # bool, true or false
$config_verbose = '2' $config_verbose = '2'
$config_loglevel = '4' $config_loglevel = '4'