summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/site.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/site.pp b/manifests/site.pp
index 4f3d0ae..399f79e 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -63,7 +63,8 @@ node 'busting.adrift.space' {
manage_virtualenv => true,
require => Class['puppetdb'],
puppetdb_port => 8080,
- python_loglevel => 'debug',
+ python_loglevel => 'info',
+ offline_mode => true,
}
class { 'puppetboard::apache::vhost':