Skip to content

Commit

Permalink
conditional assignment of ARGS
Browse files Browse the repository at this point in the history
  • Loading branch information
mergwyn committed May 12, 2024
1 parent cf01eb4 commit 3b2a8db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site-modules/profile/manifests/app/kopia.pp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Stdlib::Absolutepath $folderbefore = "${topdir}/folder_before",
Stdlib::Absolutepath $folderafter = "${topdir}/folder_after",
Boolean $maintenance = false,
String $args = '--log-level=error --no-progress',
String $args = '${ARGS-"--log-level=error --no-progress"}',
String $repos = '',
Optional[Backuppc::BackupFiles] $backup_files_exclude = $profile::app::backuppc::client::backup_files_exclude,
) {
Expand Down

0 comments on commit 3b2a8db

Please sign in to comment.