Skip to content

Commit

Permalink
Merge pull request #102 from ogdensan/fix-duplicate-virtualenv-declar…
Browse files Browse the repository at this point in the history
…ation

Fix duplicate virtualenv declaration
  • Loading branch information
jyaworski committed Feb 26, 2016
2 parents e168a93 + 57e685f commit 457495a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,8 @@
}

if $manage_virtualenv and !defined(Package[$::puppetboard::params::virtualenv]) {
package { $::puppetboard::params::virtualenv:
ensure => installed,
class { 'python':
virtualenv => 'present',
}
}

Expand Down

0 comments on commit 457495a

Please sign in to comment.