Skip to content

Commit

Permalink
(maint) Stop puppet service during tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Burgan-Illig committed Mar 20, 2024
1 parent 7408c5b commit da01c35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.mkd
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ CHANGELOG
Unreleased
----------
- (maint) Update beaker-pe to 3 [#1376](https://github.com/puppetlabs/r10k/pull/1376)
- (maint) Stop puppet service during tests [#1377](https://github.com/puppetlabs/r10k/pull/1377)

4.0.1
-----
Expand Down
3 changes: 3 additions & 0 deletions integration/pre-suite/00_pe_install.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@

step 'Install PE'
install_pe

step 'Stop puppet service to avoid running into existing agent runs'
on(hosts, puppet('resource service puppet ensure=stopped'))

0 comments on commit da01c35

Please sign in to comment.