Hardcode fragment order

This commit is contained in:
makeacode 2017-02-08 12:54:44 -05:00 committed by GitHub
parent ebfa2455a1
commit ca3cdb064e

View File

@ -5,12 +5,11 @@ define bind::server (
$edns = true, $edns = true,
$key = undef, $key = undef,
$transfers = undef, $transfers = undef,
$order = '10',
) { ) {
include bind include bind
concat::fragment { "bind-server-${name}": concat::fragment { "bind-server-${name}":
order => $order, order => 10,
target => "${::bind::confdir}/servers.conf", target => "${::bind::confdir}/servers.conf",
content => template('bind/server.erb'), content => template('bind/server.erb'),
} }