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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 378 - (hide annotations) (download)
Mon Nov 22 02:04:06 2010 UTC (13 years, 5 months ago) by misc
File size: 473 byte(s)
- add default password of x, so manifests do not fail on test vms
1 nanardon 118 class epoll {
2    
3 misc 168 $vhost = "epoll.$domain"
4 nanardon 118
5     package { 'Epoll':
6     ensure => installed
7     }
8 misc 168
9     apache::vhost_catalyst_app { $vhost:
10 misc 169 script => "/usr/bin/epoll_fastcgi.pl"
11 nanardon 118 }
12 misc 168
13 misc 378 $password = extlookup("epoll_password",'x')
14 nanardon 118
15     file { "epoll.yml":
16     path => "/etc/epoll.yml",
17     ensure => "present",
18 misc 340 owner => root,
19 nanardon 118 group => apache,
20 misc 340 mode => 640,
21 nanardon 118 content => template("epoll/epoll.yml")
22     }
23     }

  ViewVC Help
Powered by ViewVC 1.1.30