From 4e35b0bce0f2dd00d52e0de7488ab322867dd012 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 7 Oct 2010 10:47:02 -0400 Subject: add a nagios::plugin::deploy modeled after the munin::plugin::deploy --- manifests/base.pp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'manifests/base.pp') diff --git a/manifests/base.pp b/manifests/base.pp index 83ac792..13e13fd 100644 --- a/manifests/base.pp +++ b/manifests/base.pp @@ -69,7 +69,9 @@ class nagios::base { notify => Service['nagios'], mode => '0750', owner => root, group => nagios; } - + Package <<| tag == 'nagios::plugin::deploy::package' |>> + File <<| tag == 'nagios::plugin::deploy::file' |>> + Nagios_plugin <<||>> Nagios_command <<||>> Nagios_contact <<||>> Nagios_contactgroup <<||>> -- cgit v1.2.3