Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Commit

Permalink
Merge pull request #22 from grosser/update
Browse files Browse the repository at this point in the history
update nginx
  • Loading branch information
fromonesrc committed Nov 24, 2013
2 parents a7db522 + 5c5aac3 commit b1e3273
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions files/brews/nginx.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

class Nginx < Formula
homepage 'http://nginx.org/'
url 'http://nginx.org/download/nginx-1.2.7.tar.gz'
sha1 '65309abde9d683ece737da7a354c8fae24e15ecb'
version '1.2.7-boxen1'
url 'http://nginx.org/download/nginx-1.4.4.tar.gz'
sha1 '304d5991ccde398af2002c0da980ae240cea9356'
version '1.4.4-boxen1'

depends_on 'pcre'

Expand Down
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
}

package { 'boxen/brews/nginx':
ensure => '1.2.7-boxen1',
ensure => '1.4.4-boxen1',
notify => Service['dev.nginx']
}

Expand Down
2 changes: 1 addition & 1 deletion spec/classes/nginx_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
with_before('Package[boxen/brews/nginx]')

should contain_package('boxen/brews/nginx').with({
:ensure => '1.2.7-boxen1',
:ensure => '1.4.4-boxen1',
:notify => 'Service[dev.nginx]'
})

Expand Down

0 comments on commit b1e3273

Please sign in to comment.