diff --git a/tests/pyvenv.pp b/tests/pyvenv.pp index 0f5bfff5..93677a5a 100644 --- a/tests/pyvenv.pp +++ b/tests/pyvenv.pp @@ -1,12 +1,12 @@ class { 'python': - pip=>false, - version=>'3', + pip => false, + version => '3', } python::pyvenv { "/opt/uwsgi": } python::pip { "uwsgi": - virtualenv => "/opt/uwsgi", - ensure => "latest" + ensure => "latest", + virtualenv => "/opt/uwsgi" }