From d4a70a927e41c181aa07d467a2478db74439aadb Mon Sep 17 00:00:00 2001 From: mh Date: Thu, 17 Apr 2014 22:08:52 +0200 Subject: linting --- manifests/vhost/php/global_exec_bin_dir.pp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (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 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'; } } -- cgit v1.2.3