summaryrefslogtreecommitdiff
path: root/manifests/puppetdb.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/puppetdb.pp')
-rw-r--r--manifests/puppetdb.pp5
1 files changed, 3 insertions, 2 deletions
diff --git a/manifests/puppetdb.pp b/manifests/puppetdb.pp
index 1bb51b9..a5054d4 100644
--- a/manifests/puppetdb.pp
+++ b/manifests/puppetdb.pp
@@ -4,8 +4,9 @@ class profiles::puppetdb {
}
class { 'puppetdb':
- listen_address => '::', # Just accept insecure connections
- disable_ssl => false,
+ listen_address => '::', # Just accept insecure connections
+ disable_ssl => false,
+ certificate_whitelist => [ $::servername, ],
}
# This is "requried", and is recommended to be included in this way