Skip to content

Commit d8224ce

Browse files
author
michaelczerwinski
committed
Adjust test code to pass syntax checker
1 parent 7deb1ec commit d8224ce

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tests/pyvenv.pp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
class { 'python':
2-
pip=>false,
3-
version=>'3',
2+
pip => false,
3+
version => '3',
44
}
55

66
python::pyvenv { "/opt/uwsgi":
77
}
88

99
python::pip { "uwsgi":
10-
virtualenv => "/opt/uwsgi",
11-
ensure => "latest"
10+
ensure => "latest",
11+
virtualenv => "/opt/uwsgi"
1212
}

0 commit comments

Comments
 (0)