/[adm]/puppet/modules/epoll/manifests/init.pp
ViewVC logotype

Diff of /puppet/modules/epoll/manifests/init.pp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 118 by nanardon, Fri Nov 5 00:22:23 2010 UTC revision 121 by misc, Fri Nov 5 00:58:36 2010 UTC
# Line 2  class epoll { Line 2  class epoll {
2    
3      include apache::mod_fcgid      include apache::mod_fcgid
4    
5        $vhost = "epoll.$domain"
6      package { 'Epoll':      package { 'Epoll':
7          ensure => installed          ensure => installed
8      }      }
9    
10      # add a apache vhost      # add a apache vhost
11      file { "epoll.$domain.conf":      file { "$vhost.conf":
12          path => "/etc/httpd/conf/vhosts.d/$name.$domain.conf",          path => "/etc/httpd/conf/vhosts.d/$vhost.conf",
13          ensure => "present",          ensure => "present",
14          owner => root,          owner => root,
15          group => root,          group => root,

Legend:
Removed from v.118  
changed lines
  Added in v.121

  ViewVC Help
Powered by ViewVC 1.1.30