Skip to content

Commit

Permalink
Merge pull request #129 from dskad/python-dev-dependency-missing
Browse files Browse the repository at this point in the history
Explicitly ensure python-dev is installed
  • Loading branch information
jyaworski committed May 21, 2016
2 parents e4a6921 + 05f5bf2 commit 5cca736
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@
if $manage_virtualenv and !defined(Package[$::puppetboard::params::virtualenv]) {
class { '::python':
virtualenv => 'present',
dev => 'present',
}
}

Expand Down

0 comments on commit 5cca736

Please sign in to comment.