style guide fixes
Signed-off-by: Nick Chappell <nick@intronic.org>
This commit is contained in:
parent
1154197843
commit
fb75630a5c
1 changed files with 2 additions and 2 deletions
|
@ -42,12 +42,12 @@ define icinga2::object::user (
|
|||
validate_string($target_file_mode)
|
||||
|
||||
file {"${target_dir}/${target_file_name}":
|
||||
ensure => file,
|
||||
ensure => file,
|
||||
owner => $target_file_owner,
|
||||
group => $target_file_group,
|
||||
mode => $target_file_mode,
|
||||
content => template('icinga2/object_user.conf.erb'),
|
||||
notify => Service['icinga2'],
|
||||
notify => Service['icinga2'],
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue