Skip to content

Commit 2ca2c5e

Browse files
committed
Merge branch 'master' of github.com:TracyWebTech/puppet-appdeploy
2 parents f4d0fd5 + f6b1a26 commit 2ca2c5e

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

Modulefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name 'tracywebtech-appdeploy'
2-
version '0.8.1'
2+
version '0.8.2'
33
source 'https://github.com/TracyWebTech/puppet-appdeploy'
44
author 'tracywebtech'
55
license 'Apache License, Version 2.0'
@@ -15,8 +15,8 @@ dependency 'puppetlabs/stdlib', '>= 4.1.0'
1515

1616
dependency 'jfryman/nginx', '>= 0.0.9'
1717

18-
dependency 'tracywebtech/pip', '>= 1.2.0'
18+
dependency 'tracywebtech/pip', '>= 1.3.0'
1919
dependency 'tracywebtech/puias', '>= 0.1.2'
2020
dependency 'tracywebtech/openssl', '>= 0.1.0'
21-
dependency 'tracywebtech/supervisor', '>= 1.1.1'
21+
dependency 'tracywebtech/supervisor', '>= 1.1.3'
2222

manifests/deps/python.pp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
33
require pip
44
require appdeploy::deps::pythoncore
55

6-
package { 'virtualenvwrapper':
7-
ensure => installed,
8-
provider => pip,
9-
}
6+
pip::install { 'virtualenvwrapper': }
107

118
# virtualenvwrapper load
129
case $osfamily {

0 commit comments

Comments
 (0)