diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-04-13 15:51:35 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-04-13 15:51:35 -0300 |
commit | 47ab1cae85519b47fd6bf98e796add62e87dcec8 (patch) | |
tree | 8590ec00db2d83012ec424e117ad32ba08494cba /manifests/role | |
parent | 616a76609b9e03223328d3dfb66c2334bade9464 (diff) | |
download | puppet-nodo-47ab1cae85519b47fd6bf98e796add62e87dcec8.tar.gz puppet-nodo-47ab1cae85519b47fd6bf98e796add62e87dcec8.tar.bz2 |
Make nodo class include the role class
Diffstat (limited to 'manifests/role')
-rw-r--r-- | manifests/role/dns.pp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/role/dns.pp b/manifests/role/dns.pp index 2faa69b..a439092 100644 --- a/manifests/role/dns.pp +++ b/manifests/role/dns.pp @@ -1,3 +1,7 @@ class nodo::role::dns inherits nodo::vserver { include bind + + if defined('dns') { + class { 'dns': } + } } |