summaryrefslogtreecommitdiff
path: root/manifests/vhost/php/global_exec_bin_dir.pp
blob: cbb98036f0739de456d341a30f8523eb01ed1f24 (plain)
1
2
3
4
5
6
class apache::vhost::php::global_exec_bin_dir {
  file{'/var/www/php_safe_exec_bins':
    ensure => directory,
    owner => root, group => apache, mode => 0640;
  }
}