Skip to content

Commit a0c18b7

Browse files
committedJan 2, 2012
Merge pull request #1 from Frost/patch-1
Fixed broken README markdown.
2 parents 7320a0a + e048f9a commit a0c18b7

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed
 

‎README.markdown

+16-15
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,19 @@ Setup a new virtual host
2323
}
2424

2525
Add a Proxy Server(s)
26-
node default {
27-
class { 'mcollective': }
28-
nginx::resource::upstream { 'puppet_rack_app':
29-
ensure => present,
30-
members => [
31-
'localhost:3000',
32-
'localhost:3001',
33-
'localhost:3002',
34-
],
35-
}
36-
nginx::resource::vhost { 'rack.puppetlabs.com':
37-
ensure => present,
38-
proxy => 'http://puppet_rack_app',
39-
}
40-
}
26+
27+
node default {
28+
class { 'mcollective': }
29+
nginx::resource::upstream { 'puppet_rack_app':
30+
ensure => present,
31+
members => [
32+
'localhost:3000',
33+
'localhost:3001',
34+
'localhost:3002',
35+
],
36+
}
37+
nginx::resource::vhost { 'rack.puppetlabs.com':
38+
ensure => present,
39+
proxy => 'http://puppet_rack_app',
40+
}
41+
}

0 commit comments

Comments
 (0)
Please sign in to comment.