diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-11-02 13:01:00 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-11-02 13:01:00 -0200 |
commit | 5f3ed06fc85c3c9cb8d80c03d157bcc29bf75798 (patch) | |
tree | 6e89619ec894e6649d31cfd6743211e5e2498d17 /manifests/ffmpeg.pp | |
parent | 94fb97c148af076ea4c0e3ec710847b335761f30 (diff) | |
download | puppet-php-5f3ed06fc85c3c9cb8d80c03d157bcc29bf75798.tar.gz puppet-php-5f3ed06fc85c3c9cb8d80c03d157bcc29bf75798.tar.bz2 |
Support both PHP 5 and 7, defaults to 5
Diffstat (limited to 'manifests/ffmpeg.pp')
-rw-r--r-- | manifests/ffmpeg.pp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/manifests/ffmpeg.pp b/manifests/ffmpeg.pp deleted file mode 100644 index 3997cb1..0000000 --- a/manifests/ffmpeg.pp +++ /dev/null @@ -1,5 +0,0 @@ -class php::ffmpeg { - package { 'php-ffmpeg': - ensure => present, - } -} |