/[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 455 by misc, Wed Nov 24 15:22:14 2010 UTC revision 482 by misc, Tue Nov 30 17:24:51 2010 UTC
# Line 8  class epoll { Line 8  class epoll {
8            
9      apache::vhost_catalyst_app { $vhost:      apache::vhost_catalyst_app { $vhost:
10          script => "/usr/bin/epoll_fastcgi.pl",          script => "/usr/bin/epoll_fastcgi.pl",
11            use_ssl => true,
12          require => Package['Epoll']          require => Package['Epoll']
13      }      }
14    
15        apache::vhost_redirect_ssl { $vhost: }
16            
17      $password = extlookup("epoll_password",'x')      $password = extlookup("epoll_password",'x')
18    

Legend:
Removed from v.455  
changed lines
  Added in v.482

  ViewVC Help
Powered by ViewVC 1.1.30