From 55a5ada6ff6905445fc40420941dd6065a9a0338 Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Sat, 18 Mar 2017 22:53:55 +0100 Subject: [PATCH] Fix munin::conf for new puppet --- modules/munin/manifests/conf.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/munin/manifests/conf.pp b/modules/munin/manifests/conf.pp index ad557abe2..5413c4349 100644 --- a/modules/munin/manifests/conf.pp +++ b/modules/munin/manifests/conf.pp @@ -1,7 +1,7 @@ define munin::conf ( $ensure=present, - $content='', - $source='' + $content=false, + $source=false ) { include munin -- 2.20.1