Fix syntax
This commit is contained in:
parent
ec56b2e376
commit
60c297394f
@ -7,8 +7,8 @@ define bind::view (
|
|||||||
$confdir = $bind::params::confdir
|
$confdir = $bind::params::confdir
|
||||||
|
|
||||||
concat::fragment { "bind-view-${name}":
|
concat::fragment { "bind-view-${name}":
|
||||||
order = '10',
|
order => '10',
|
||||||
target = "${bind::params::confdir}/views.conf",
|
target => "${bind::params::confdir}/views.conf",
|
||||||
content = template('bind/view.erb'),
|
content => template('bind/view.erb'),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user