diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-09-21 10:21:41 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-09-21 10:21:41 -0300 |
commit | 7df70e4f60fe263ff49a3ea0df5c077cccc3eafe (patch) | |
tree | c557d3a72c605a4bf3ebcc41a8983da73a6f6494 /manifests/subsystems | |
parent | 0a433adb3b0710b27ee217362e2aace14aabba33 (diff) | |
download | puppet-nodo-7df70e4f60fe263ff49a3ea0df5c077cccc3eafe.tar.gz puppet-nodo-7df70e4f60fe263ff49a3ea0df5c077cccc3eafe.tar.bz2 |
Moving dnstop to utils::dns
Diffstat (limited to 'manifests/subsystems')
-rw-r--r-- | manifests/subsystems/utils/dns.pp | 5 |
1 files changed, 5 insertions, 0 deletions
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, + } +} |