aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrebs <drebs@riseup.net>2015-06-09 15:25:06 -0300
committerdrebs <drebs@riseup.net>2015-06-09 15:25:06 -0300
commit96cd92a6bc20e8647fc003535b82abbbb3a3c862 (patch)
treef3d0946b907b524fc95e9693438eabc1a6d7c372
parent152d306025458127187b62ff6cdc1e188c4748bb (diff)
downloadpuppet-php-adapt-to-jessie.tar.gz
puppet-php-adapt-to-jessie.tar.bz2
remove ffmpeg php moduleadapt-to-jessie
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 8f2200f..55c1b14 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -20,7 +20,7 @@ class php {
include pear
# The needed packages: we could also try libapache2-mod-php5filter
- package { [ 'php5', 'php5-mysql', 'php5-cli', 'php5-ffmpeg', 'php5-curl', 'php5-gmp', 'libapache2-mod-php5' ]:
+ package { [ 'php5', 'php5-mysql', 'php5-cli', 'php5-curl', 'php5-gmp', 'libapache2-mod-php5' ]:
ensure => installed,
}