style guide fixes

Signed-off-by: Nick Chappell <nick@intronic.org>
This commit is contained in:
Steven Bambling 2014-09-26 11:54:31 -07:00 committed by Nick Chappell
parent fba84ed798
commit eefd533fb6

View file

@ -57,12 +57,12 @@ define icinga2::object::apply_service_to_host (
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_apply_service_to_host.conf.erb'),
notify => Service['icinga2'],
notify => Service['icinga2'],
}
}