Fix the typo by turning the = signs into hash rockets.

This commit is contained in:
Nick Chappell 2014-07-28 18:42:46 -07:00
parent b06b270a8d
commit cccff95e5f

View file

@ -164,9 +164,9 @@ Unlike the built-in Nagios types, the file owner, group and mode of the automati
},
target_dir => '/etc/icinga2/objects/hosts',
target_file_name => "${fqdn}.conf"
target_file_owner = 'root',
target_file_group = 'root',
target_file_mode = '644'
target_file_owner => 'root',
target_file_group => 'root',
target_file_mode => '644'
}
</pre>