From 5f3ed06fc85c3c9cb8d80c03d157bcc29bf75798 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 2 Nov 2017 13:01:00 -0200 Subject: Support both PHP 5 and 7, defaults to 5 --- manifests/hardened.pp | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 manifests/hardened.pp (limited to 'manifests/hardened.pp') 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', - } -} -- cgit v1.2.3