Skip to content

Commit

Permalink
Fix zone type typo in a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Davide Ferrari committed Jun 22, 2015
1 parent dab4e32 commit baae612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/zone.pp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

# add backwards support for is_slave parameter
if ($is_slave) and ($zone_type == 'master') {
warning('$is_slave is deprecated. You should set $zone_type = \'master\'')
warning('$is_slave is deprecated. You should set $zone_type = \'slave\'')
$int_zone_type = 'slave'
} else {
$int_zone_type = $zone_type
Expand Down

0 comments on commit baae612

Please sign in to comment.