Merge branch 'master' of github.com:jfryman/puppet-nginx
Conflicts: manifests/package/redhat.pp
This commit is contained in:
commit
721fb2f79f
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
|||
# This class file is not called directly
|
||||
class nginx::package::redhat {
|
||||
$redhat_packages = ['nginx', 'GeoIP', 'gd', 'libXpm', 'libxslt']
|
||||
|
||||
|
||||
$os_type = downcase($::operatingsystem)
|
||||
|
||||
yumrepo { "nginx-release":
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
# location => '/bob',
|
||||
# vhost => 'test2.local',
|
||||
# }
|
||||
<<<<<<< HEAD
|
||||
|
||||
define nginx::resource::location(
|
||||
$ensure = present,
|
||||
$vhost = undef,
|
||||
|
|
Loading…
Reference in a new issue