Whitespace cleanup.

This commit is contained in:
Nick Chappell 2014-09-13 19:46:24 -07:00
parent b7c6046ec5
commit cc57f33ac1
28 changed files with 126 additions and 129 deletions

View file

@ -33,5 +33,4 @@ define icinga2::nrpe::plugin (
notify => Service[$icinga2::params::nrpe_daemon_name]
}
}

View file

@ -35,7 +35,6 @@ define icinga2::object::idomysqlconnection (
statehistory_age => 0,
servicechecks_age => 0,
systemcommands_age => 0
},
$categories = [],
$target_dir = '/etc/icinga2/conf.d',

View file

@ -35,7 +35,6 @@ define icinga2::object::idopgsqlconnection (
statehistory_age => 0,
servicechecks_age => 0,
systemcommands_age => 0
},
$categories = [],
$target_dir = '/etc/icinga2/conf.d',

View file

@ -1,6 +1,6 @@
######################################################################################
# /etc/icinga2/icinga2.conf config file template. Based on the file included in
# the Icinga 2 apt and yum packages.
# the Icinga 2 apt and yum packages
# Autogenerated by Puppet
# (c) Nicholas Chappell, 2014
######################################################################################

View file

@ -1,6 +1,6 @@
######################################################################################
# etc/nagios/nrpe.cfg config file template. Based on the file included in
# the Icinga apt package.
# the Icinga apt package
# Autogenerated by Puppet
# (c) Nicholas Chappell, 2014
######################################################################################
@ -60,7 +60,7 @@ server_port=<%= scope.lookupvar('icinga2::nrpe::nrpe_listen_port') %>
# NRPE USER
# This determines the effective user that the NRPE daemon should run as.
# This determines the effective user that the NRPE daemon should run as
# You can either supply a username or a UID.
#
# NOTE: This option is ignored if NRPE is running under either inetd or xinetd