module-nginx/tests/upstream.pp

11 lines
178 B
Puppet
Raw Normal View History

2011-06-07 00:38:40 +02:00
include nginx
nginx::resource::upstream { 'proxypass':
ensure => present,
members => [
'localhost:3000',
'localhost:3001',
'localhost:3002',
],
}