mirror of https://github.com/Icinga/icinga2.git
Clean up the Puppet files.
This commit is contained in:
parent
152e33ea89
commit
d7801f22e9
|
@ -16,6 +16,7 @@ class icinga2 {
|
|||
service { 'icinga2':
|
||||
enable => true,
|
||||
ensure => running,
|
||||
hasrestart => true,
|
||||
alias => 'icinga2',
|
||||
require => Package['icinga2']
|
||||
}
|
||||
|
|
|
@ -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:
|
||||
#
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
# include wget
|
||||
#
|
||||
class wget {
|
||||
|
||||
package { 'wget':
|
||||
ensure => installed,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue