aboutsummaryrefslogtreecommitdiff
path: root/manifests/hardened.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/hardened.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/hardened.pp')
-rw-r--r--manifests/hardened.pp8
1 files changed, 0 insertions, 8 deletions
diff --git a/manifests/hardened.pp b/manifests/hardened.pp
deleted file mode 100644
index 5340dd7..0000000
--- a/manifests/hardened.pp
+++ /dev/null
@@ -1,8 +0,0 @@
-class php::hardened {
- php::config {
- 'allow_url_fopen' : value => 'Off';
- 'allow_url_include' : value => 'Off';
- 'disable_functions' : value => 'phpinfo, system, exec, shell_exec, passthru, proc_get_status, proc_open, popen, proc_close, proc_nice, proc_terminate, pcntl_exec, proc_open, show_source, dl, symlink, system_exec';
- #value => 'disable_functions = phpinfo, system, exec, shell_exec, passthru, proc_get_status, proc_open, popen, proc_close, proc_nice, proc_terminate, pcntl_exec, proc_open, curl_init, parse_ini_file, show_source, dl, symlink, syslog, mail, system_exec',
- }
-}