Skip to content

Commit 339d2a1

Browse files
authored
Merge pull request #633 from vchepkov/virtualenv
2 parents 9a2a219 + a69f712 commit 339d2a1

File tree

9 files changed

+9
-89
lines changed

9 files changed

+9
-89
lines changed

examples/gunicorn.pp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
class { 'python':
2-
version => 'system',
3-
dev => true,
4-
virtualenv => true,
2+
version => 'system',
3+
dev => true,
54
}
65

76
python::gunicorn { 'vhost':

examples/init.pp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
class { 'python':
2-
version => 'system',
3-
dev => true,
4-
virtualenv => true,
2+
version => 'system',
3+
dev => true,
54
}

examples/pip.pp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
class { 'python':
2-
version => 'system',
3-
dev => true,
4-
virtualenv => true,
2+
version => 'system',
3+
dev => true,
54
}
65

76
python::pip { 'flask':

examples/requirements.pp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
class { 'python':
2-
version => 'system',
3-
dev => true,
4-
virtualenv => true,
2+
version => 'system',
3+
dev => true,
54
}
65

76
python::requirements { '/var/www/project1/requirements.txt':

examples/virtualenv.pp

Lines changed: 0 additions & 13 deletions
This file was deleted.

lib/facter/virtualenv_version.rb

Lines changed: 0 additions & 12 deletions
This file was deleted.

manifests/params.pp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
$ensure = 'present'
1313
$pip = 'present'
1414
$dev = 'absent'
15-
$virtualenv = 'absent'
1615
$venv = 'absent'
1716
$gunicorn = 'absent'
1817
$manage_gunicorn = true

metadata.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,14 @@
22
"name": "puppet-python",
33
"version": "6.2.2-rc0",
44
"author": "Vox Pupuli",
5-
"summary": "Python Module",
5+
"summary": "Puppet module for Python",
66
"license": "Apache-2.0",
77
"source": "https://github.com/voxpupuli/puppet-python.git",
88
"project_page": "https://github.com/voxpupuli/puppet-python",
99
"issues_url": "https://github.com/voxpupuli/puppet-python/issues",
10-
"description": "Puppet module for Python",
1110
"tags": [
1211
"python",
1312
"pip",
14-
"virtualenv",
1513
"gunicorn"
1614
],
1715
"operatingsystem_support": [

spec/unit/facter/virtualenv_version_spec.rb

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)