Skip to content

Commit bc63dcc

Browse files
committed
replace hostname with fqdn
1 parent 0a9065b commit bc63dcc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • manifests/profile/www_lib/apache

manifests/profile/www_lib/apache/misc.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858

5959
file { '/etc/ssl/private/machine-cert-deepblue.lib.pem':
6060
ensure => 'link',
61-
target => "/etc/ssl/private/${facts['networking']['hostname']}.pem",
61+
target => "/etc/ssl/private/${facts['networking']['fqdn']}.pem",
6262
}
6363

6464
include nebula::profile::www_lib::vhosts::midaily

0 commit comments

Comments
 (0)