aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems/utils/dns.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/subsystems/utils/dns.pp')
-rw-r--r--manifests/subsystems/utils/dns.pp5
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,
+ }
+}