Skip to content

Commit

Permalink
CI: Enable puppet apply with --debug
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Nov 26, 2024
1 parent 647a8fc commit 8e5f242
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/acceptance/pip_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ class { 'python':
}
PUPPET

apply_manifest(pp, catch_failures: true)
apply_manifest(pp, catch_changes: true)
apply_manifest(pp, catch_failures: true, debug: true)
apply_manifest(pp, catch_changes: true, debug: true)
end
end

Expand Down

0 comments on commit 8e5f242

Please sign in to comment.