summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-12-29 22:19:51 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2021-12-29 22:19:51 +0100
commit9a2a4f69962452c59ccec6653d3daa8ed66fc58b (patch)
treee212ba86793976343c116f570368d61ef0ae2999
parentcgit (diff)
downloadwebdav_server-9a2a4f69962452c59ccec6653d3daa8ed66fc58b.tar.gz
webdav_server-9a2a4f69962452c59ccec6653d3daa8ed66fc58b.tar.xz
puppetboard changes.
-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':