Merge branch 'master' of github.com:jfryman/puppet-nginx

Conflicts:
	README.markdown
	manifests/resource/location.pp
This commit is contained in:
James Fryman 2012-08-27 09:29:46 -05:00
commit 4d02012150
2 changed files with 1 additions and 1 deletions

View file

@ -27,7 +27,6 @@ Setup a new virtual host
</pre>
Add a Proxy Server(s)
<pre>
node default {
class { 'mcollective': }

View file

@ -25,6 +25,7 @@
# location => '/bob',
# vhost => 'test2.local',
# }
<<<<<<< HEAD
define nginx::resource::location(
$ensure = present,
$vhost = undef,