style guide fixes
Signed-off-by: Nick Chappell <nick@intronic.org>
This commit is contained in:
parent
3826f0419a
commit
05cae20306
1 changed files with 2 additions and 2 deletions
|
@ -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':} ~>
|
||||
|
|
Loading…
Reference in a new issue