Skip to content

Commit

Permalink
Merge pull request #534 from Joris29/fix_job_diff
Browse files Browse the repository at this point in the history
Remove command opt which caused an infinite loop
  • Loading branch information
kenyon authored Mar 11, 2024
2 parents 4fdc111 + 942da66 commit 277f803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/config/project.pp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
}

exec { "Create/update rundeck job: ${_name}":
command => "rd jobs load -r -d update -p '${name}' -f '${_attr['path']}' -F ${_attr['format']}",
command => "rd jobs load -d update -p '${name}' -f '${_attr['path']}' -F ${_attr['format']}",
path => ['/bin', '/usr/bin', '/usr/local/bin'],
environment => $rundeck::cli::environment,
unless => "rd_job_diff.sh '${name}' '${_name}' '${_attr['path']}' ${_attr['format']}",
Expand Down

0 comments on commit 277f803

Please sign in to comment.