Fixed broken README markdown.
This commit is contained in:
parent
7320a0ae56
commit
e048f9a782
1 changed files with 16 additions and 15 deletions
|
@ -23,18 +23,19 @@ Setup a new virtual host
|
||||||
}
|
}
|
||||||
|
|
||||||
Add a Proxy Server(s)
|
Add a Proxy Server(s)
|
||||||
node default {
|
|
||||||
class { 'mcollective': }
|
node default {
|
||||||
nginx::resource::upstream { 'puppet_rack_app':
|
class { 'mcollective': }
|
||||||
ensure => present,
|
nginx::resource::upstream { 'puppet_rack_app':
|
||||||
members => [
|
ensure => present,
|
||||||
'localhost:3000',
|
members => [
|
||||||
'localhost:3001',
|
'localhost:3000',
|
||||||
'localhost:3002',
|
'localhost:3001',
|
||||||
],
|
'localhost:3002',
|
||||||
}
|
],
|
||||||
nginx::resource::vhost { 'rack.puppetlabs.com':
|
}
|
||||||
ensure => present,
|
nginx::resource::vhost { 'rack.puppetlabs.com':
|
||||||
proxy => 'http://puppet_rack_app',
|
ensure => present,
|
||||||
}
|
proxy => 'http://puppet_rack_app',
|
||||||
}
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue