/[adm]/puppet/modules/puppet/manifests/thin.pp
ViewVC logotype

Contents of /puppet/modules/puppet/manifests/thin.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2451 - (show annotations) (download)
Sun Feb 19 17:45:12 2012 UTC (12 years, 2 months ago) by misc
File size: 394 byte(s)
add thin configuration
1 class puppet::thin {
2 package { 'ruby-thin': }
3
4 include apache::mod_ssl
5 include apache::mod_proxy
6
7 apache::vhost_other_app { 'puppet_proxy':
8 vhost_file => 'puppet/apache_proxy_vhost.conf',
9 }
10
11 apache::config { "/etc/httpd/conf.d/puppet.conf":
12 content => "Listen 8140",
13 }
14
15 file { '/etc/puppet/thin.yml':
16 content => template('puppet/thin.yml'),
17 }
18 }

  ViewVC Help
Powered by ViewVC 1.1.30