diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-05-26 16:18:30 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-05-26 16:18:30 -0300 |
commit | a2d2316176c496a11bb520ac6a88612756483395 (patch) | |
tree | 3112c30a1b7168ab8942b07de9631638623dd1dc /templates | |
parent | 2f27ace0089a78e060ec1edf1ab58037344512ba (diff) | |
download | puppet-bind-a2d2316176c496a11bb520ac6a88612756483395.tar.gz puppet-bind-a2d2316176c496a11bb520ac6a88612756483395.tar.bz2 |
Adding bind::view
Diffstat (limited to 'templates')
-rw-r--r-- | templates/view.erb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/view.erb b/templates/view.erb new file mode 100644 index 0000000..44de741 --- /dev/null +++ b/templates/view.erb @@ -0,0 +1,5 @@ +/* File managed by puppet */ +view "<%= name %>" { + match-clients { <%= match_clients %>; }; + recursion <%= recursion %>; + |