From bda0ab1f28a310f0509977f4e817564408ca474f Mon Sep 17 00:00:00 2001 From: Mark Niedzielski Date: Tue, 8 Mar 2016 16:53:25 -0500 Subject: [PATCH] Update instance.pp puppetlabs-concat v2.1.0 reports: The $ensure parameter to concat::fragment is deprecated and has no effect. --- manifests/check/instance.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/manifests/check/instance.pp b/manifests/check/instance.pp index ec1f783..b3b6c10 100644 --- a/manifests/check/instance.pp +++ b/manifests/check/instance.pp @@ -33,7 +33,6 @@ $tests_real = monit_validate_tests($type, $tests) $content = template('monit/check/common.erb') concat::fragment { "${file}_${name}": - ensure => $ensure, target => $file, content => "${header}${content}", order => $order,