From 7df70e4f60fe263ff49a3ea0df5c077cccc3eafe Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 21 Sep 2011 10:21:41 -0300 Subject: Moving dnstop to utils::dns --- manifests/dns.pp | 4 ---- manifests/init.pp | 1 + manifests/subsystems/utils/dns.pp | 5 +++++ 3 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 manifests/subsystems/utils/dns.pp diff --git a/manifests/dns.pp b/manifests/dns.pp index 6b31df8..bd9db5d 100644 --- a/manifests/dns.pp +++ b/manifests/dns.pp @@ -1,8 +1,4 @@ class nodo::dns inherits nodo::vserver { # Class for dns nodes include bind - - package { 'dnstop': - ensure => installed, - } } diff --git a/manifests/init.pp b/manifests/init.pp index 250e88f..e717728 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -78,6 +78,7 @@ import "subsystems/utils/physical.pp" import "subsystems/utils/storage.pp" import "subsystems/utils/web.pp" import "subsystems/utils/plug.pp" +import "subsystems/utils/dns.pp" import "subsystems/firewall.pp" import "subsystems/firewall/printer.pp" import "subsystems/firewall/router.pp" diff --git a/manifests/subsystems/utils/dns.pp b/manifests/subsystems/utils/dns.pp new file mode 100644 index 0000000..3c7c422 --- /dev/null +++ b/manifests/subsystems/utils/dns.pp @@ -0,0 +1,5 @@ +class utils::dns { + package { 'dnstop': + ensure => installed, + } +} -- cgit v1.2.3