/[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 2487 - (show annotations) (download)
Thu Mar 15 13:52:24 2012 UTC (12 years ago) by misc
File size: 185 byte(s)
split config in a file, to make puppet-lint happy
1 define apache::config($content) {
2 file { $name:
3 content => $content,
4 require => Package['apache-conf'],
5 notify => Exec['service httpd configtest'],
6 }
7 }

  ViewVC Help
Powered by ViewVC 1.1.30