diff --git a/manifests/params.pp b/manifests/params.pp index b106631..aa483a3 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -26,6 +26,8 @@ class rsnapshot::params { $config_cmd_rsnapshot_diff = '/usr/bin/rsnapshot-diff' $config_cmd_preexec = undef $config_cmd_postexec = undef + $config_cronfile_prefix = 'rsnapshot_' + $config_cronfile_prefix_use = false $config_use_lvm = undef $config_linux_lvm_cmd_lvcreate = undef # '/sbin/lvcreate' $config_linux_lvm_cmd_lvremove = undef # '/sbin/lvremove' @@ -43,8 +45,6 @@ class rsnapshot::params { $config_verbose = '2' $config_loglevel = '4' $config_stop_on_stale_lockfile = undef # bool - $config_cronfile_prefix = 'rsnapshot_' - $config_cronfile_prefix_use = false $config_rsync_short_args = '-az' $config_rsync_long_args = undef # defaults are --delete --numeric-ids --relative --delete-excluded $config_ssh_args = undef