Skip to content

Commit ae76b60

Browse files
author
dquacken
committed
updated to use @ekohl nits
1 parent 54c7535 commit ae76b60

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

manifests/install.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
default => $python::virtualenv,
4141
}
4242

43-
if ($venv_ensure == 'present') {
43+
if $venv_ensure == 'present' {
4444
$dev_ensure = 'present'
45-
if ! $python::dev {
45+
unless $python::dev {
4646
# Error: python2-devel is needed by (installed) python-virtualenv-15.1.0-2.el7.noarch
4747
# Python dev is required for virtual environment, but python environment is not required for python dev.
4848
notify { 'Python virtual environment is dependent on python dev': }

0 commit comments

Comments
 (0)