/[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 2706 - (hide annotations) (download)
Mon Apr 2 11:05:35 2012 UTC (12 years ago) by misc
File size: 232 byte(s)
move the others files in subdirectory
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 misc 2706 content => template('apache/mod/php.conf'),
9 misc 2683 }
10     }

  ViewVC Help
Powered by ViewVC 1.1.30