We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a9065b commit bc63dccCopy full SHA for bc63dcc
1 file changed
manifests/profile/www_lib/apache/misc.pp
@@ -58,7 +58,7 @@
58
59
file { '/etc/ssl/private/machine-cert-deepblue.lib.pem':
60
ensure => 'link',
61
- target => "/etc/ssl/private/${facts['networking']['hostname']}.pem",
+ target => "/etc/ssl/private/${facts['networking']['fqdn']}.pem",
62
}
63
64
include nebula::profile::www_lib::vhosts::midaily
0 commit comments