From ad07ce6c5447fe7351f215638f3fe012a2cdfb55 Mon Sep 17 00:00:00 2001 From: Victor Lowther Date: Tue, 20 Sep 2011 14:21:29 -0500 Subject: [PATCH] Added packages to crowbar.yml --- crowbar.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/crowbar.yml b/crowbar.yml index f3a5555..71b14f4 100644 --- a/crowbar.yml +++ b/crowbar.yml @@ -32,3 +32,29 @@ locale_additions: attributes: Attributes edit_deployment: deployment: Deployment + +debs: + pkgs: + - nagios-nrpe-server + - nagios-plugins + - nagios-plugins-basic + - nagios-plugins-standard + - libjson-perl + - libmath-calc-units-perl + - libnagios-plugin-perl + - libnagios-object-perl + - libparams-validate-perl + - nagios3 + - nagios-nrpe-plugin + - nagios-images + +rpms: + repos: + - bare epel5-nagios3 10 http://repos.fedorapeople.org/repos/peter/nagios3/epel-5/x86_64/ + pkgs: + - nagios + - nrpe + - nagios-plugins-all + - nagios-plugins + - nagios-plugins-perl + - nagios-plugins-nrpe \ No newline at end of file