Skip to content

Commit

Permalink
Merge pull request #237 from fluential/master
Browse files Browse the repository at this point in the history
Adjust test code to pass syntax checker
  • Loading branch information
Shiva Poudel committed Sep 4, 2015
2 parents 7deb1ec + d8224ce commit 2111486
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/pyvenv.pp
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 2111486

Please sign in to comment.