Fix syntax

This commit is contained in:
Nate Riffe 2012-09-03 22:06:07 -05:00
parent ec56b2e376
commit 60c297394f

View File

@ -7,8 +7,8 @@ define bind::view (
$confdir = $bind::params::confdir
concat::fragment { "bind-view-${name}":
order = '10',
target = "${bind::params::confdir}/views.conf",
content = template('bind/view.erb'),
order => '10',
target => "${bind::params::confdir}/views.conf",
content => template('bind/view.erb'),
}
}