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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2683 - (hide annotations) (download)
Sun Mar 25 12:20:27 2012 UTC (12 years, 1 month ago) by misc
File size: 232 byte(s)
split mod_php in a separate file
1 misc 2683 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