/[adm]/puppet/modules/apache/manifests/mod/php.pp
ViewVC logotype

Contents of /puppet/modules/apache/manifests/mod/php.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2683 - (show annotations) (download)
Sun Mar 25 12:20:27 2012 UTC (12 years ago) by misc
File size: 232 byte(s)
split mod_php in a separate file
1 class apache::mod::php {
2 include apache::base
3 $php_date_timezone = 'UTC'
4
5 package { 'apache-mod_php': }
6
7 apache::config { '/etc/httpd/conf.d/mod_php.conf':
8 content => template('apache/mod_php.conf'),
9 }
10 }

  ViewVC Help
Powered by ViewVC 1.1.30