module-nginx/tests/upstream.pp
2011-06-06 17:38:40 -05:00

10 lines
178 B
Puppet

include nginx
nginx::resource::upstream { 'proxypass':
ensure => present,
members => [
'localhost:3000',
'localhost:3001',
'localhost:3002',
],
}