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/subsystems/utils/dns.pp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 manifests/subsystems/utils/dns.pp (limited to 'manifests/subsystems/utils/dns.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