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 681276b..ad463f8 100644
--- a/manifests/utils.pp
+++ b/manifests/utils.pp
@@ -18,3 +18,10 @@ class utils::storage {
ensure => installed,
}
}
+
+# Common utilities for web
+class utils::web {
+ package { 'ffmpeg':
+ ensure => installed,
+ }
+}