Sha256: 97f120ee6012065cd3c866042fe85d9225c18bc16777385ce516b87d3771c30f
Contents?: true
Size: 330 Bytes
Versions: 11
Compression:
Stored size: 330 Bytes
Contents
class apache::mod::suphp ( ){ apache::mod { 'suphp': } file {'suphp.conf': ensure => file, path => "${apache::mod_dir}/suphp.conf", content => template('apache/mod/suphp.conf.erb'), require => Exec["mkdir ${apache::mod_dir}"], before => File[$apache::mod_dir], notify => Service['httpd'] } }
Version data entries
11 entries across 11 versions & 1 rubygems