Skip to content

Commit

Permalink
Fix puppet-lint issue from f6d4b30
Browse files Browse the repository at this point in the history
  • Loading branch information
gene1wood committed Jun 13, 2015
1 parent 9ce158c commit 2a5a8ef
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 2a5a8ef

Please sign in to comment.