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

Commit 9a04876

Browse files
committed
Merge pull request #160 from igalic/reporturl
http:// makes for a poor default reporturl
2 parents 11dcb30 + 6b1a79b commit 9a04876

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
@@ -47,7 +47,7 @@
4747
$report_dir = $puppet::params::report_dir,
4848
$reportfrom = undef,
4949
$reports = ['store', 'https'],
50-
$reporturl = "http://${::fqdn}/reports",
50+
$reporturl = "https://${::fqdn}/reports",
5151
$servername = undef,
5252
$serverssl_ciphers = undef,
5353
$serverssl_protos = undef,

0 commit comments

Comments
 (0)