Updated Markup for README.markup

Markup file for GitHub was not rendering text properly for third code example
This commit is contained in:
James Fryman 2011-06-07 11:01:43 -05:00
parent 594f07ef73
commit 8798816752

View file

@ -23,6 +23,7 @@ Setup a new virtual host
}
Add a Proxy Server(s)
node default {
class { 'mcollective': }
nginx::resource::upstream { 'puppet_rack_app':
@ -37,4 +38,4 @@ Add a Proxy Server(s)
ensure => present,
proxy => 'http://puppet_rack_app',
}
}
}