Clean up the Puppet files.

This commit is contained in:
Gunnar Beutner 2013-10-15 10:12:30 +02:00
parent 152e33ea89
commit d7801f22e9
13 changed files with 56 additions and 56 deletions

View File

@ -16,6 +16,7 @@ class icinga2 {
service { 'icinga2':
enable => true,
ensure => running,
hasrestart => true,
alias => 'icinga2',
require => Package['icinga2']
}

View File

@ -1,7 +1,7 @@
# Class: pgsql
#
# This class installs the postgresql server and client software.
# Further it configures pg_hba.conf to trus the local icinga user.
# Further it configures pg_hba.conf to trust the local icinga user.
#
# Parameters:
#

View File

@ -13,7 +13,6 @@
# include wget
#
class wget {
package { 'wget':
ensure => installed,
}