]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adding dns class
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 15 Aug 2011 18:19:14 +0000 (15:19 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 15 Aug 2011 18:19:14 +0000 (15:19 -0300)
manifests/dns.pp [new file with mode: 0644]
manifests/init.pp

diff --git a/manifests/dns.pp b/manifests/dns.pp
new file mode 100644 (file)
index 0000000..bd9db5d
--- /dev/null
@@ -0,0 +1,4 @@
+class nodo::dns inherits nodo::vserver {
+  # Class for dns nodes
+  include bind
+}
index 129b118d5ef2aa55940a43db2ce084f64a4fb454..74095bee31f617372afb359a8bced541246682bb 100644 (file)
@@ -45,6 +45,7 @@ import "ekeyd"
 import "lsb"
 import "viewvc"
 import "dhcp"
+import "bind"
 
 # Import subsystems
 import "subsystems/firewire.pp"
@@ -100,3 +101,4 @@ import "removable.pp"
 import "laptop.pp"
 import "plug.pp"
 import "appliance.pp"
+import "dns.pp"