We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a59421 + a686d99 commit 8c546b2Copy full SHA for 8c546b2
spec/acceptance/custom_config_spec.rb
@@ -66,7 +66,7 @@ class { 'apache': }
66
# ports.conf is written. This should trigger a dependency cycle
67
File["#{$conf_file}"] -> Apache::Custom_config['ordering_test'] -> File["#{$ports_file}"]
68
EOS
69
- expect(apply_manifest(pp, :expect_failures => true).stderr).to match(/Failed to apply catalog: Found 1 dependency cycle/i)
+ expect(apply_manifest(pp, :expect_failures => true).stderr).to match(/Found 1 dependency cycle/i)
70
end
71
72
describe file("#{$confd_dir}/25-ordering_test.conf") do
0 commit comments