summaryrefslogtreecommitdiff
path: root/manifests/vhost/php/global_exec_bin_dir.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2014-04-17 22:08:52 +0200
committermh <mh@immerda.ch>2014-04-17 22:12:38 +0200
commitd4a70a927e41c181aa07d467a2478db74439aadb (patch)
tree65cb868d3afee07fae5e33e9875ca36d85fd3822 /manifests/vhost/php/global_exec_bin_dir.pp
parent3b7b7a3a578a479fe3586e293676c407a39695df (diff)
linting
Diffstat (limited to 'manifests/vhost/php/global_exec_bin_dir.pp')
-rw-r--r--manifests/vhost/php/global_exec_bin_dir.pp7
1 files changed, 5 insertions, 2 deletions
diff --git a/manifests/vhost/php/global_exec_bin_dir.pp b/manifests/vhost/php/global_exec_bin_dir.pp
index cbb9803..efcdaf7 100644
--- a/manifests/vhost/php/global_exec_bin_dir.pp
+++ b/manifests/vhost/php/global_exec_bin_dir.pp
@@ -1,6 +1,9 @@
+# manage global exec_bin_dir
class apache::vhost::php::global_exec_bin_dir {
file{'/var/www/php_safe_exec_bins':
- ensure => directory,
- owner => root, group => apache, mode => 0640;
+ ensure => directory,
+ owner => root,
+ group => apache,
+ mode => '0640';
}
}