]> gitweb.fluxo.info Git - puppet-php.git/commitdiff
Adds php::ffmpeg
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 19 Jun 2015 23:26:52 +0000 (20:26 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 19 Jun 2015 23:26:52 +0000 (20:26 -0300)
manifests/ffmpeg.pp [new file with mode: 0644]

diff --git a/manifests/ffmpeg.pp b/manifests/ffmpeg.pp
new file mode 100644 (file)
index 0000000..3997cb1
--- /dev/null
@@ -0,0 +1,5 @@
+class php::ffmpeg {
+  package { 'php-ffmpeg':
+    ensure  => present,
+  }
+}