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':
|
service { 'icinga2':
|
||||||
enable => true,
|
enable => true,
|
||||||
ensure => running,
|
ensure => running,
|
||||||
|
hasrestart => true,
|
||||||
alias => 'icinga2',
|
alias => 'icinga2',
|
||||||
require => Package['icinga2']
|
require => Package['icinga2']
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Class: pgsql
|
# Class: pgsql
|
||||||
#
|
#
|
||||||
# This class installs the postgresql server and client software.
|
# 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:
|
# Parameters:
|
||||||
#
|
#
|
||||||
|
|
|
@ -13,7 +13,6 @@
|
||||||
# include wget
|
# include wget
|
||||||
#
|
#
|
||||||
class wget {
|
class wget {
|
||||||
|
|
||||||
package { 'wget':
|
package { 'wget':
|
||||||
ensure => installed,
|
ensure => installed,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue