/[adm]/puppet/modules/puppet/templates/thin.yml
ViewVC logotype

Contents of /puppet/modules/puppet/templates/thin.yml

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: 312 byte(s)
add thin configuration
1 ---
2 daemonize: true
3 require: []
4
5 timeout: 30
6 user: puppet
7 group: puppet
8 wait: 30
9 log: /var/log/thin.log
10 max_conns: 1024
11 chdir: /etc/puppet
12 address: 127.0.0.1
13 servers: 3
14 environment: production
15 max_persistent_conns: 512
16 pid: /var/run/puppet/puppetmaster.pid
17 rackup: /usr/local/share/puppet.config.ru
18 port: 18140

  ViewVC Help
Powered by ViewVC 1.1.30