diff options
Diffstat (limited to 'manifests/dns.pp')
-rw-r--r-- | manifests/dns.pp | 4 |
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 +} |