aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/utils.pp')
-rw-r--r--manifests/utils.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/utils.pp b/manifests/utils.pp
index e80d93a..681276b 100644
--- a/manifests/utils.pp
+++ b/manifests/utils.pp
@@ -11,3 +11,10 @@ class utils::server {
ensure => installed,
}
}
+
+# Common utilities for storage
+class utils::storage {
+ package { 'clamav':
+ ensure => installed,
+ }
+}