aboutsummaryrefslogtreecommitdiff
path: root/manifests/defaults.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-11-02 13:01:00 -0200
committerSilvio Rhatto <rhatto@riseup.net>2017-11-02 13:01:00 -0200
commit5f3ed06fc85c3c9cb8d80c03d157bcc29bf75798 (patch)
tree6e89619ec894e6649d31cfd6743211e5e2498d17 /manifests/defaults.pp
parent94fb97c148af076ea4c0e3ec710847b335761f30 (diff)
downloadpuppet-php-5f3ed06fc85c3c9cb8d80c03d157bcc29bf75798.tar.gz
puppet-php-5f3ed06fc85c3c9cb8d80c03d157bcc29bf75798.tar.bz2
Support both PHP 5 and 7, defaults to 5
Diffstat (limited to 'manifests/defaults.pp')
-rw-r--r--manifests/defaults.pp7
1 files changed, 0 insertions, 7 deletions
diff --git a/manifests/defaults.pp b/manifests/defaults.pp
deleted file mode 100644
index a36c9a9..0000000
--- a/manifests/defaults.pp
+++ /dev/null
@@ -1,7 +0,0 @@
-class php::defaults {
- php::config {
- 'error_reporting' : value => 'E_ALL & ~E_NOTICE & ~E_STRICT';
- 'post_max_size' : value => '100M';
- 'upload_max_filesize' : value => '100M';
- }
-}