provizioning 0.8.9 → 0.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,3 @@
1
1
  module Provizioning
2
- VERSION = "0.8.9"
2
+ VERSION = "0.9.0"
3
3
  end
@@ -43,7 +43,7 @@ class nginx {
43
43
  include apt
44
44
 
45
45
  exec {"get-nginx-apt-key":
46
- command => "apt-key adv --keyserver keyserver.ubuntu.com --recv C300EE8C"
46
+ command => "apt-key adv --keyserver keyserver.ubuntu.com --recv C3173AA6"
47
47
  }
48
48
 
49
49
  file {"/etc/apt/sources.list.d/nginx.list":
@@ -51,8 +51,8 @@ class nginx {
51
51
  owner => root,
52
52
  group => root,
53
53
  content => $operatingsystemrelease ? {
54
- '10.04' => 'deb http://ppa.launchpad.net/nginx/stable/ubuntu lucid main',
55
- '11.04' => 'deb http://ppa.launchpad.net/nginx/stable/ubuntu natty main',
54
+ '10.04' => 'deb http://ppa.launchpad.net/brightbox/passenger-nginx/ubuntu lucid main',
55
+ '11.04' => 'deb http://ppa.launchpad.net/brightbox/passenger-nginx/ubuntu natty main',
56
56
  },
57
57
  require => Exec["get-nginx-apt-key"],
58
58
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: provizioning
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.9
4
+ version: 0.9.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-07-04 00:00:00.000000000 Z
12
+ date: 2012-07-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: capistrano