We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bf7245 commit 93ddc06Copy full SHA for 93ddc06
spec/classes/certs_apache_spec.rb
@@ -19,7 +19,7 @@
19
it { should compile.with_all_deps }
20
21
it do
22
- is_expected.to contain_certs__keypair("#{facts[:fqdn]}-apache")
+ is_expected.to contain_certs__keypair("#{facts[:networking]['fqdn']}-apache")
23
.with_key_group('foreman')
24
end
25
0 commit comments