style guide fixes

Signed-off-by: Nick Chappell <nick@intronic.org>
This commit is contained in:
Steven Bambling 2014-09-26 11:58:41 -07:00 committed by Nick Chappell
parent bf683d719e
commit 1154197843

View file

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