Skip to content

Commit

Permalink
Merge pull request #633 from vchepkov/virtualenv
Browse files Browse the repository at this point in the history
  • Loading branch information
smortex authored Apr 5, 2022
2 parents 9a2a219 + a69f712 commit 339d2a1
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 89 deletions.
5 changes: 2 additions & 3 deletions examples/gunicorn.pp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
class { 'python':
version => 'system',
dev => true,
virtualenv => true,
version => 'system',
dev => true,
}

python::gunicorn { 'vhost':
Expand Down
5 changes: 2 additions & 3 deletions examples/init.pp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
class { 'python':
version => 'system',
dev => true,
virtualenv => true,
version => 'system',
dev => true,
}
5 changes: 2 additions & 3 deletions examples/pip.pp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
class { 'python':
version => 'system',
dev => true,
virtualenv => true,
version => 'system',
dev => true,
}

python::pip { 'flask':
Expand Down
5 changes: 2 additions & 3 deletions examples/requirements.pp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
class { 'python':
version => 'system',
dev => true,
virtualenv => true,
version => 'system',
dev => true,
}

python::requirements { '/var/www/project1/requirements.txt':
Expand Down
13 changes: 0 additions & 13 deletions examples/virtualenv.pp

This file was deleted.

12 changes: 0 additions & 12 deletions lib/facter/virtualenv_version.rb

This file was deleted.

1 change: 0 additions & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
$ensure = 'present'
$pip = 'present'
$dev = 'absent'
$virtualenv = 'absent'
$venv = 'absent'
$gunicorn = 'absent'
$manage_gunicorn = true
Expand Down
4 changes: 1 addition & 3 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@
"name": "puppet-python",
"version": "6.2.2-rc0",
"author": "Vox Pupuli",
"summary": "Python Module",
"summary": "Puppet module for Python",
"license": "Apache-2.0",
"source": "https://github.com/voxpupuli/puppet-python.git",
"project_page": "https://github.com/voxpupuli/puppet-python",
"issues_url": "https://github.com/voxpupuli/puppet-python/issues",
"description": "Puppet module for Python",
"tags": [
"python",
"pip",
"virtualenv",
"gunicorn"
],
"operatingsystem_support": [
Expand Down
48 changes: 0 additions & 48 deletions spec/unit/facter/virtualenv_version_spec.rb

This file was deleted.

0 comments on commit 339d2a1

Please sign in to comment.