Skip to content

Commit

Permalink
Explicitly ensure python-dev is installed
Browse files Browse the repository at this point in the history
The stankevich/python module currently uninstalls python-dev by default. At least on CentOS, python-dev is required for virtualenv and causes a dependency failure in the puppet run
  • Loading branch information
dskad committed May 20, 2016
1 parent e4a6921 commit 05f5bf2
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 05f5bf2

Please sign in to comment.