From 9a2a4f69962452c59ccec6653d3daa8ed66fc58b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 29 Dec 2021 22:19:51 +0100 Subject: puppetboard changes. --- manifests/site.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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': -- cgit v1.2.3