Merge branch 'master' of github.com:jfryman/puppet-nginx
Conflicts: README.markdown manifests/resource/location.pp
This commit is contained in:
commit
4d02012150
2 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,6 @@ Setup a new virtual host
|
|||
</pre>
|
||||
|
||||
Add a Proxy Server(s)
|
||||
|
||||
<pre>
|
||||
node default {
|
||||
class { 'mcollective': }
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
# location => '/bob',
|
||||
# vhost => 'test2.local',
|
||||
# }
|
||||
<<<<<<< HEAD
|
||||
define nginx::resource::location(
|
||||
$ensure = present,
|
||||
$vhost = undef,
|
||||
|
|
Loading…
Reference in a new issue