Skip to content

Commit 51c435c

Browse files
committed
Added "lock_path" parameter
1 parent f2e6cf3 commit 51c435c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manifests/server.pp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
$config_path = $rsnapshot::params::server_config_path,
4040
$backup_path = $rsnapshot::params::server_backup_path,
4141
$log_path = $rsnapshot::params::server_log_path,
42+
$lock_path = $rsnapshot::params::lock_path,
4243
$user = $rsnapshot::params::server_user,
4344
$no_create_root = $rsnapshot::params::no_create_root,
4445
$verbose = $rsnapshot::params::verbose,

0 commit comments

Comments
 (0)