From e2523693528ca629158a06e53f4262393837dc21 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Wed, 23 Jan 2013 11:19:52 -0500 Subject: lint irc_bot/base.pp --- manifests/irc_bot/base.pp | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'manifests/irc_bot') diff --git a/manifests/irc_bot/base.pp b/manifests/irc_bot/base.pp index 89a11d7..fff9da4 100644 --- a/manifests/irc_bot/base.pp +++ b/manifests/irc_bot/base.pp @@ -2,34 +2,34 @@ class nagios::irc_bot::base { file { '/usr/local/bin/riseup-nagios-client.pl': source => 'puppet:///modules/nagios/irc_bot/riseup-nagios-client.pl', - owner => root, group => 0, mode => '0755'; + owner => root, group => 0, mode => '0755'; '/usr/local/bin/riseup-nagios-server.pl': source => 'puppet:///modules/nagios/irc_bot/riseup-nagios-server.pl', - owner => root, group => 0, mode => '0755'; + owner => root, group => 0, mode => '0755'; '/etc/init.d/nagios-nsa': content => template("nagios/irc_bot/${::operatingsystem}/nagios-nsa.sh.erb"), require => File['/usr/local/bin/riseup-nagios-server.pl'], - owner => root, group => 0, mode => '0755'; + owner => root, group => 0, mode => '0755'; '/etc/nagios_nsa.cfg': - ensure => present, + ensure => present, content => template('nagios/irc_bot/nsa.cfg.erb'), - owner => nagios, group => 0, mode => '0400', - notify => Service['nagios-nsa']; + owner => nagios, group => 0, mode => '0400', + notify => Service['nagios-nsa']; } package { 'libnet-irc-perl': ensure => present, } - service { "nagios-nsa": - ensure => "running", + service { 'nagios-nsa': + ensure => 'running', hasstatus => true, - require => [ File["/etc/nagios_nsa.cfg"], - Package["libnet-irc-perl"], - Service['nagios'] ], + require => [ File['/etc/nagios_nsa.cfg'], + Package['libnet-irc-perl'], + Service['nagios'] ], } nagios_command { -- cgit v1.2.3