/[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 2975 - (hide annotations) (download)
Thu Jan 17 18:09:38 2013 UTC (11 years, 3 months ago) by boklm
File size: 463 byte(s)
epoll: split database creation in a separate class

Create epoll::create_db class
1 nanardon 118 class epoll {
2 boklm 2972 include epoll::var
3 nanardon 118
4 misc 2458 package { 'Epoll': }
5    
6 boklm 2972 apache::vhost::catalyst_app { $epoll::var::vhost:
7 misc 2458 script => '/usr/bin/epoll_fastcgi.pl',
8     use_ssl => true,
9 misc 455 require => Package['Epoll']
10 nanardon 118 }
11 misc 482
12 boklm 2972 apache::vhost::redirect_ssl { $epoll::var::vhost: }
13 misc 528
14 misc 2458 file { 'epoll.yml':
15     path => '/etc/epoll.yml',
16     group => 'apache',
17     mode => '0640',
18     content => template('epoll/epoll.yml')
19 nanardon 118 }
20     }

  ViewVC Help
Powered by ViewVC 1.1.30