Fix the typo by turning the = signs into hash rockets.
This commit is contained in:
parent
b06b270a8d
commit
cccff95e5f
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue