Fix typo host.pp

Change-Id: I1e0dc58da06b6fca0104e2f61171407dd6d09517
This commit is contained in:
pangliye 2016-11-02 17:29:16 +08:00 committed by Simon Pasquier
parent 4eb1f2f098
commit b943475c1b
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ define nagios::host (
$final_params = merge($properties, $opts)
if ! empty($custom_vars){
# overide inheritence
# override inheritance
$new_use = "custom-vars-${host_name}"
if $final_params['use']{
$original_use = $final_params['use']