aboutsummaryrefslogtreecommitdiff
path: root/manifests/dns.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-08-15 15:19:14 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-08-15 15:19:14 -0300
commitbc443116a68704768be51129695daaaf8755fbb1 (patch)
tree0f8e1728512fa49269029af253e36aa6b855b25f /manifests/dns.pp
parentfa38275daf9e7d133627a82e8ac8c6b3f832491e (diff)
downloadpuppet-nodo-bc443116a68704768be51129695daaaf8755fbb1.tar.gz
puppet-nodo-bc443116a68704768be51129695daaaf8755fbb1.tar.bz2
Adding dns class
Diffstat (limited to 'manifests/dns.pp')
-rw-r--r--manifests/dns.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/dns.pp b/manifests/dns.pp
new file mode 100644
index 0000000..bd9db5d
--- /dev/null
+++ b/manifests/dns.pp
@@ -0,0 +1,4 @@
+class nodo::dns inherits nodo::vserver {
+ # Class for dns nodes
+ include bind
+}