Skip to content

Commit

Permalink
Merge pull request #1 from Frost/patch-1
Browse files Browse the repository at this point in the history
Fixed broken README markdown.
  • Loading branch information
jfryman committed Jan 2, 2012
2 parents 7320a0a + e048f9a commit a0c18b7
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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',
}
}

0 comments on commit a0c18b7

Please sign in to comment.