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

Commit 09a569f

Browse files
committed
Merge pull request #156 from danieldreier/default_master_name_passenger
Set default puppet::server::servername to fqdn
2 parents 9a04876 + e74156f commit 09a569f

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)