diff options
author | Cédric Jeanneret <cedric.jeanneret@camptocamp.com> | 2012-11-29 12:11:03 +0100 |
---|---|---|
committer | Cédric Jeanneret <cedric.jeanneret@camptocamp.com> | 2012-11-29 12:15:53 +0100 |
commit | 6f23806d1fc695c6945c049125d0fbd48616efcc (patch) | |
tree | eef7c2515f2c6663335e8b38fada9835947a923b /templates | |
parent | 4b13fbe430e59ba098cd984dca4731ed02208856 (diff) | |
download | puppet-bind-6f23806d1fc695c6945c049125d0fbd48616efcc.tar.gz puppet-bind-6f23806d1fc695c6945c049125d0fbd48616efcc.tar.bz2 |
New bind::generate definition and related ERB template
New Bind directive, allowing to reduce a bit the resources amount using
the internal Bind $GENERATE directive.
Please have a look at embedded documentation for more information on
this new definition usage.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/generate.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/generate.erb b/templates/generate.erb new file mode 100644 index 0000000..0c15823 --- /dev/null +++ b/templates/generate.erb @@ -0,0 +1 @@ +$GENERATE <%=range%> <%=lhs%> <%=ttl%> <%=record_class%> <%=record_type%> <%=rhs%> ; <%=name%> |