summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/puppetboard.pp9
1 files changed, 5 insertions, 4 deletions
diff --git a/manifests/puppetboard.pp b/manifests/puppetboard.pp
index 8bc57ab..b9f1337 100644
--- a/manifests/puppetboard.pp
+++ b/manifests/puppetboard.pp
@@ -26,10 +26,11 @@ class profiles::puppetboard {
require => Class['puppetdb'],
puppetdb_port => 8080,
# Required for /metrics/ to work
- puppetdb_host => '127.0.0.1',
- enable_catalog => true,
- python_loglevel => 'info',
- offline_mode => true,
+ puppetdb_host => '127.0.0.1',
+ enable_catalog => true,
+ python_loglevel => 'info',
+ offline_mode => true,
+ default_environment => '*',
}
class { '::profiles::letsencrypt':