From 695e984b50301af2ab919701e31fde2c1baa2125 Mon Sep 17 00:00:00 2001 From: mh Date: Wed, 23 Feb 2011 00:08:52 +0100 Subject: add a directory for global exec bins --- manifests/vhost/php/global_exec_bin_dir.pp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 manifests/vhost/php/global_exec_bin_dir.pp (limited to 'manifests/vhost/php/global_exec_bin_dir.pp') diff --git a/manifests/vhost/php/global_exec_bin_dir.pp b/manifests/vhost/php/global_exec_bin_dir.pp new file mode 100644 index 0000000..cbb9803 --- /dev/null +++ b/manifests/vhost/php/global_exec_bin_dir.pp @@ -0,0 +1,6 @@ +class apache::vhost::php::global_exec_bin_dir { + file{'/var/www/php_safe_exec_bins': + ensure => directory, + owner => root, group => apache, mode => 0640; + } +} -- cgit v1.2.3