Merge branch 'master' of bitbucket.org:tmakinen/puppet
This commit is contained in:
commit
dc4c9d93c5
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ class gcc {
|
|||
if $::kernel == Linux {
|
||||
package { "kernel-headers":
|
||||
name => $::operatingsystem ? {
|
||||
"debian" => "linux-kernel-headers",
|
||||
"ubuntu" => "linux-kernel-headers",
|
||||
"debian" => "linux-libc-dev",
|
||||
"ubuntu" => "linux-libc-dev",
|
||||
default => [ "kernel-headers", "kernel-devel", ],
|
||||
},
|
||||
ensure => installed,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue