search for: bindzoneassemblyscript

Displaying 1 result from an estimated 1 matches for "bindzoneassemblyscript".

2012 Nov 12
1
Require on stored resources
Hi, is there a way to do something alongs the lines of Exec { "assembleBINDZoneFile": ... require => [File["${bindzoneassemblyscript}"], Dnsrecord[ <<| |>> ] ], } I''ve written a DNS record Type/Provider. Exporting Dnsrecord resources with @@ also works nicely. Before the zonefine gets assembled, I want to make sure that puppet first collects all the Dnsrecord resources from its DB. The first way tha...