# == Class: nagbot # # Nagbot IRC notification/commands bot. # # === Parameters # # # === Examples # # class { 'nagbot': } # # === Authors # # Sebastien Badia installed, } file { '/etc/nagbot/config' : ensure => present, owner => 'nagbot', group => 'nagbot', mode => '0644', content => template('nagbot/config.erb'), require => Package['nagbot'], } }