Skip to content
This repository was archived by the owner on Mar 28, 2019. It is now read-only.

Commit e74156f

Browse files
author
Daniel Dreier
committed
Set default puppet::server::servername to fqdn
Without servername set, the apache configuration file will point to an invalid filename, so this creates a working default setting
1 parent 9a04876 commit e74156f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/server.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
$reportfrom = undef,
4949
$reports = ['store', 'https'],
5050
$reporturl = "https://${::fqdn}/reports",
51-
$servername = undef,
51+
$servername = $::fqdn,
5252
$serverssl_ciphers = undef,
5353
$serverssl_protos = undef,
5454
$servertype = 'unicorn',

0 commit comments

Comments
 (0)