summaryrefslogtreecommitdiff
path: root/manifests/puppetdb.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/puppetdb.pp')
-rw-r--r--manifests/puppetdb.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/puppetdb.pp b/manifests/puppetdb.pp
index ddfb73c..2eaf01a 100644
--- a/manifests/puppetdb.pp
+++ b/manifests/puppetdb.pp
@@ -1,7 +1,7 @@
class profiles::puppetdb {
- # exec { 'puppetdb ssl-setup':
- # creates => '/etc/puppetlabs/puppetdb/ssl/{ca,private,public}.pem'
- # }
+ exec { '/opt/puppetlabs/bin/puppetdb ssl-setup':
+ creates => '/etc/puppetlabs/puppetdb/ssl/ca.pem'
+ }
class { 'puppetdb':
listen_address => '::',