diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-08-15 15:19:14 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-08-15 15:19:14 -0300 |
commit | bc443116a68704768be51129695daaaf8755fbb1 (patch) | |
tree | 0f8e1728512fa49269029af253e36aa6b855b25f /manifests/dns.pp | |
parent | fa38275daf9e7d133627a82e8ac8c6b3f832491e (diff) | |
download | puppet-nodo-bc443116a68704768be51129695daaaf8755fbb1.tar.gz puppet-nodo-bc443116a68704768be51129695daaaf8755fbb1.tar.bz2 |
Adding dns class
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 +} |