Browse Source

sytle guide fixes

Signed-off-by: Nick Chappell <nick@intronic.org>
Steven Bambling 9 years ago
parent
commit
3826f0419a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      manifests/conf.pp

+ 1 - 1
manifests/conf.pp

@@ -28,7 +28,7 @@ define icinga2::conf (
   $target_file_owner = 'root',
   $target_file_group = 'root',
   $target_file_mode  = '644'
- ) {
+  ) {
 
   validate_string($target_dir)
   validate_string($target_file_name)