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, 0 insertions, 6 deletions
diff --git a/manifests/puppetdb.pp b/manifests/puppetdb.pp
index d55e682..2eaf01a 100644
--- a/manifests/puppetdb.pp
+++ b/manifests/puppetdb.pp
@@ -7,10 +7,4 @@ class profiles::puppetdb {
listen_address => '::',
disable_ssl => false,
}
-
- if defined('puppetserver') and ! defined(Puppet::Config::Master['storeconfigs_backend']) {
- puppet::config::master { 'storeconfigs_backend':
- value => 'puppetdb',
- }
- }
}