Skip to content

Commit

Permalink
Merge pull request #199 from gene1wood/fix-lint-problems
Browse files Browse the repository at this point in the history
Fix puppet-lint issue from f6d4b30
  • Loading branch information
Shiva Poudel committed Jun 13, 2015
2 parents ccbe5a6 + 2a5a8ef commit 97c3a47
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions manifests/virtualenv.pp
Original file line number Diff line number Diff line change
Expand Up @@ -176,14 +176,14 @@
}

python::requirements { "${requirements}_${venv_dir}":
requirements => $requirements,
virtualenv => $venv_dir,
proxy => $proxy,
owner => $owner,
group => $group,
cwd => $cwd,
require => Exec["python_virtualenv_${venv_dir}"],
extra_pip_args => $extra_pip_args,
requirements => $requirements,
virtualenv => $venv_dir,
proxy => $proxy,
owner => $owner,
group => $group,
cwd => $cwd,
require => Exec["python_virtualenv_${venv_dir}"],
extra_pip_args => $extra_pip_args,
}
}
} elsif $ensure == 'absent' {
Expand Down

0 comments on commit 97c3a47

Please sign in to comment.