Avoid naming collision

This commit is contained in:
Nate Riffe 2012-09-04 12:39:35 -05:00
parent e5cac24358
commit 6ac1a1cefa
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
define bind::zone (
$type,
$zone_type,
$domain = '',
$masters = [],
$allow_updates = [],

View File

@ -1,7 +1,7 @@
# This file managed by puppet - changes will be lost
zone "<%= _domain %>" {
type <%= type %>;
type <%= zone_type %>;
<%- if file != '' -%>
file "<%= file %>";
<%- end -%>