Skip to content

Commit

Permalink
(maint) Stop trying to call hiera CLI
Browse files Browse the repository at this point in the history
The hiera gem no longer ships with puppet 8 packages. Stop asserting it exists in beaker-pe acceptance tests.
  • Loading branch information
donoghuc committed Aug 7, 2023
1 parent fd8e590 commit 70de2e4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions acceptance/tests/install_smoke_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
on host, facter('--help')
end

step 'puppet install smoketest: verify \'hiera --help\' can be successfully called on all hosts'
hosts.each do |host|
on host, hiera('--help')
end

step 'puppet install smoketest: verify \'puppet help\' can be successfully called on all hosts'
hosts.each do |host|
on host, puppet('help')
Expand Down

0 comments on commit 70de2e4

Please sign in to comment.