Skip to content

Commit 8e5f242

Browse files
committed
CI: Enable puppet apply with --debug
1 parent 647a8fc commit 8e5f242

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/acceptance/pip_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ class { 'python':
2424
}
2525
PUPPET
2626

27-
apply_manifest(pp, catch_failures: true)
28-
apply_manifest(pp, catch_changes: true)
27+
apply_manifest(pp, catch_failures: true, debug: true)
28+
apply_manifest(pp, catch_changes: true, debug: true)
2929
end
3030
end
3131

0 commit comments

Comments
 (0)