Files
dolibarr/dev/vagrant/dolibarrdev/puphpet/puppet/modules/nginx/tests/upstream.pp
2014-06-23 11:28:59 +02:00

11 lines
178 B
Puppet

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