diff options
Diffstat (limited to 'manifests/role/dns.pp')
-rw-r--r-- | manifests/role/dns.pp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/role/dns.pp b/manifests/role/dns.pp new file mode 100644 index 0000000..2faa69b --- /dev/null +++ b/manifests/role/dns.pp @@ -0,0 +1,3 @@ +class nodo::role::dns inherits nodo::vserver { + include bind +} |