Skip to content

Commit

Permalink
Merge pull request #25 from nickchappell/fix/ensure_virtualenv_installed
Browse files Browse the repository at this point in the history
Ensure virtualenv package is 'installed' instead of 'true'
  • Loading branch information
nibalizer committed Apr 22, 2014
2 parents 936046c + 0ab50ed commit 6fcb319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@

if $manage_virtualenv {
package { $::puppetboard::params::virtualenv:
ensure => $manage_virtualenv
ensure => installed,
}
}

Expand Down

0 comments on commit 6fcb319

Please sign in to comment.