style guide fixes

Signed-off-by: Nick Chappell <nick@intronic.org>
This commit is contained in:
Steven Bambling 2014-09-26 11:43:13 -07:00 committed by Nick Chappell
parent 3826f0419a
commit 05cae20306

View file

@ -19,8 +19,8 @@ class icinga2::nrpe (
validate_string($nrpe_log_facility)
validate_array($nrpe_allowed_hosts)
#Apply our classes in the right order. Use the squiggly arrows (~>) to ensure that the
#class left is applied before the class on the right and that it also refreshes the
#Apply our classes in the right order. Use the squiggly arrows (~>) to ensure that the
#class left is applied before the class on the right and that it also refreshes the
#class on the right.
class {'icinga2::nrpe::install':} ~>
class {'icinga2::nrpe::config':} ~>