Skip to content

Commit 2246258

Browse files
author
Shiva Poudel
committed
Reverted voxpupuli#216 to fix voxpupuli#230
1 parent 5283669 commit 2246258

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

manifests/init.pp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@
106106
# Anchor pattern to contain dependencies
107107
anchor { 'python::begin': } ->
108108
class { 'python::install': } ->
109-
Exec<| tag == 'python-virtualenv' |> ->
110109
class { 'python::config': } ->
111110
anchor { 'python::end': }
112111

manifests/pyvenv.pp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@
8888
environment => $environment,
8989
unless => "grep '^[\\t ]*VIRTUAL_ENV=[\\\\'\\\"]*${venv_dir}[\\\"\\\\'][\\t ]*$' ${venv_dir}/bin/activate", #Unless activate exists and VIRTUAL_ENV is correct we re-create the virtualenv
9090
require => File[$venv_dir],
91-
tag => 'python-virtualenv',
9291
}
9392
} elsif $ensure == 'absent' {
9493
file { $venv_dir:

manifests/virtualenv.pp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@
165165
environment => $environment,
166166
unless => "grep '^[\\t ]*VIRTUAL_ENV=[\\\\'\\\"]*${venv_dir}[\\\"\\\\'][\\t ]*$' ${venv_dir}/bin/activate", #Unless activate exists and VIRTUAL_ENV is correct we re-create the virtualenv
167167
require => File[$venv_dir],
168-
tag => 'python-virtualenv',
169168
}
170169

171170
if $requirements {

0 commit comments

Comments
 (0)