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)
|
||||
node default {
|
||||
class { 'mcollective': }
|
||||
nginx::resource::upstream { 'puppet_rack_app':
|
||||
ensure => present,
|
||||
members => [
|
||||
'localhost:3000',
|
||||
'localhost:3001',
|
||||
'localhost:3002',
|
||||
],
|
||||
}
|
||||
nginx::resource::vhost { 'rack.puppetlabs.com':
|
||||
ensure => present,
|
||||
proxy => 'http://puppet_rack_app',
|
||||
}
|
||||
}
|
||||
|
||||
node default {
|
||||
class { 'mcollective': }
|
||||
nginx::resource::upstream { 'puppet_rack_app':
|
||||
ensure => present,
|
||||
members => [
|
||||
'localhost:3000',
|
||||
'localhost:3001',
|
||||
'localhost:3002',
|
||||
],
|
||||
}
|
||||
nginx::resource::vhost { 'rack.puppetlabs.com':
|
||||
ensure => present,
|
||||
proxy => 'http://puppet_rack_app',
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue