Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jfryman/puppet-nginx
Browse files Browse the repository at this point in the history
Conflicts:
	manifests/package/redhat.pp
  • Loading branch information
jfryman committed Aug 28, 2012
2 parents 08021c8 + 6cc34f9 commit 721fb2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/package/redhat.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand Down
2 changes: 1 addition & 1 deletion manifests/resource/location.pp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# location => '/bob',
# vhost => 'test2.local',
# }
<<<<<<< HEAD

define nginx::resource::location(
$ensure = present,
$vhost = undef,
Expand Down

0 comments on commit 721fb2f

Please sign in to comment.