From fe1c86b8f938283e9dd8196a8b11a9648f4b49e6 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 12 Apr 2013 17:09:03 -0300 Subject: Major refactor --- manifests/subsystems/munin.pp | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 manifests/subsystems/munin.pp (limited to 'manifests/subsystems/munin.pp') diff --git a/manifests/subsystems/munin.pp b/manifests/subsystems/munin.pp deleted file mode 100644 index 770d551..0000000 --- a/manifests/subsystems/munin.pp +++ /dev/null @@ -1,21 +0,0 @@ -# Define a munin node -define munin_node( - $port = hiera('nodo::munin_node::port', '4949'), - $allow = hiera('nodo::munin_node::allow', ''), - $host = hiera('nodo::munin_node::host', $::fqdn), - $listen = hiera('nodo::munin_node::listen', '*') -) { - - case $allow { - '': { fail("Please set nodo::munin_node::allow in your config") } - } - - class { 'munin::client': - port => $port, - allow => $allow, - host => $host, - listen => $listen, - } - - munin::plugin { apt_all: ensure => present; } -} -- cgit v1.2.3