Skip to content

Commit

Permalink
Change the value of the ensure parameter to 'installed'; otherwise, r…
Browse files Browse the repository at this point in the history
…epeated Puppet runs keep changing the value from the version number of the virtualenv package to 'true'.
  • Loading branch information
nickchappell committed Apr 22, 2014
1 parent 936046c commit 0ab50ed
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 0ab50ed

Please sign in to comment.