summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-05-26 16:18:30 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-05-26 16:18:30 -0300
commita2d2316176c496a11bb520ac6a88612756483395 (patch)
tree3112c30a1b7168ab8942b07de9631638623dd1dc /templates
parent2f27ace0089a78e060ec1edf1ab58037344512ba (diff)
downloadpuppet-bind-a2d2316176c496a11bb520ac6a88612756483395.tar.gz
puppet-bind-a2d2316176c496a11bb520ac6a88612756483395.tar.bz2
Adding bind::view
Diffstat (limited to 'templates')
-rw-r--r--templates/view.erb5
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 %>;
+