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

Contents of /puppet/modules/apache/manifests/config.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2860 - (show annotations) (download)
Thu Sep 27 21:49:43 2012 UTC (12 years ago) by boklm
File size: 142 byte(s)
remove require on Package['apache-conf']
1 define apache::config($content) {
2 file { $name:
3 content => $content,
4 notify => Exec['service httpd configtest'],
5 }
6 }

  ViewVC Help
Powered by ViewVC 1.1.30