Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix installation path of puppet modules
  • Loading branch information
smortex committed Oct 8, 2023
commit 8eabcccf2241934be73eb6dbcd50ebbc9126274f
2 changes: 1 addition & 1 deletion spec/acceptance/basic_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
describe 'basic tests:' do
it 'make sure we have copied the module across' do
# No point diagnosing any more if the module wasn't copied properly
run_shell('ls /etc/puppetlabs/code/modules/puppetdb') do |r|
run_shell('ls /etc/puppetlabs/code/environments/production/modules/puppetdb') do |r|
r.exit_code.should be_zero
r.stdout.should include('metadata.json')
r.stderr.should == ''
Expand Down