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, 5 insertions, 0 deletions
diff --git a/manifests/puppetdb.pp b/manifests/puppetdb.pp
index 2eaf01a..1ee62c5 100644
--- a/manifests/puppetdb.pp
+++ b/manifests/puppetdb.pp
@@ -7,4 +7,9 @@ class profiles::puppetdb {
listen_address => '::',
disable_ssl => false,
}
+
+ # This is "requried", and is recommended to be included in this way
+ # (presumably to later allow setting parameters)
+ class { 'puppetdb::master::config':
+ }
}