craigwatson / puppet-vmwaretools

Puppet module for non-OSP VMware Tools Installation
http://forge.puppetlabs.com/CraigWatson1987/vmwaretools
Apache License 2.0
27 stars 40 forks source link

Split out the package requirments for Debian and Ubuntu #43

Closed craiggenner closed 10 years ago

craiggenner commented 10 years ago

You don't need the full build-essential to compile the modules, only the dependencies from gcc. So in Debian just install in linux-headers-${::kernelrelease} as this package has a dependency on gcc (and the correct version of gcc to build for that kernel).

Leaving Ubuntu alone for now since I've not tested that.