aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems/utils/storage.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/subsystems/utils/storage.pp')
-rw-r--r--manifests/subsystems/utils/storage.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/manifests/subsystems/utils/storage.pp b/manifests/subsystems/utils/storage.pp
new file mode 100644
index 0000000..e83873b
--- /dev/null
+++ b/manifests/subsystems/utils/storage.pp
@@ -0,0 +1,6 @@
+# Common utilities for storage
+class utils::storage {
+ package { 'clamav':
+ ensure => installed,
+ }
+}