Skip to content

Commit

Permalink
Reverted #216 to fix #230
Browse files Browse the repository at this point in the history
  • Loading branch information
Shiva Poudel committed Aug 21, 2015
1 parent 526a7b0 commit a91a780
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@
# Anchor pattern to contain dependencies
anchor { 'python::begin': } ->
class { 'python::install': } ->
Exec<| tag == 'python-virtualenv' |> ->
class { 'python::config': } ->
anchor { 'python::end': }

Expand Down
1 change: 0 additions & 1 deletion manifests/pyvenv.pp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@
environment => $environment,
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
require => File[$venv_dir],
tag => 'python-virtualenv',
}
} elsif $ensure == 'absent' {
file { $venv_dir:
Expand Down
1 change: 0 additions & 1 deletion manifests/virtualenv.pp
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@
environment => $environment,
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
require => File[$venv_dir],
tag => 'python-virtualenv',
}

if $requirements {
Expand Down

0 comments on commit a91a780

Please sign in to comment.