From 37fef292f1c61cb5ca20b60d625310f3150175b0 Mon Sep 17 00:00:00 2001 From: Jasper Lievisse Adriaanse Date: Wed, 13 Aug 2014 10:18:04 +0200 Subject: Bump concat dependency to get rid of deprecation warning when including concat::setup --- Modulefile | 2 +- manifests/host.pp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Modulefile b/Modulefile index d36804a..a9b5030 100644 --- a/Modulefile +++ b/Modulefile @@ -9,6 +9,6 @@ project_page 'https://github.com/duritong/puppet-munin' ## Add dependencies, if any: # dependency 'username/name', '>= 1.2.0' -dependency 'puppetlabs/concat', '>= 1.0.0' +dependency 'puppetlabs/concat', '>= 1.1.0' dependency 'puppetlabs/stdlib', '>= 3.2.0' dependency 'duritong/openbsd', '>= 0.0.1' diff --git a/manifests/host.pp b/manifests/host.pp index e666c3d..70d7116 100644 --- a/manifests/host.pp +++ b/manifests/host.pp @@ -8,7 +8,6 @@ class munin::host( $export_tag = 'munin' ) { package {'munin': ensure => installed, } - include concat::setup Concat::Fragment <<| tag == $export_tag |>> -- cgit v1.2.3