aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/ffmpeg.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/ffmpeg.pp b/manifests/ffmpeg.pp
new file mode 100644
index 0000000..3997cb1
--- /dev/null
+++ b/manifests/ffmpeg.pp
@@ -0,0 +1,5 @@
+class php::ffmpeg {
+ package { 'php-ffmpeg':
+ ensure => present,
+ }
+}