X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fdnsextras%2Fmanifests%2Fentry.pp;h=e061f68630d2a5e8078f0f3ef70156b5b032cfaf;hb=b41bbe0bcc0ca74548ff8e99c3014452a7dc64f2;hp=9c2b6b9f923eeb042a7e2de18990e16c348f1e99;hpb=108cf6c59c96238bc76eb2150632e21c2c6d3e26;p=dsa-puppet.git diff --git a/modules/dnsextras/manifests/entry.pp b/modules/dnsextras/manifests/entry.pp index 9c2b6b9f..e061f686 100644 --- a/modules/dnsextras/manifests/entry.pp +++ b/modules/dnsextras/manifests/entry.pp @@ -1,12 +1,10 @@ define dnsextras::entry ( $zone, - $label, - $rrtype, - $rrdata, + $content, ) { @@concat::fragment { "dns-extra-${zone}-${::fqdn}-${name}": target => "/srv/dns.debian.org/puppet-extra/include-${zone}", - content => "; ${::fqdn} ${name}\n${label}. IN ${rrtype} ${rrdata}\n", + content => "; ${::fqdn} ${name}\n${content}\n", tag => 'dnsextra', } }