gcc: Fixed package name of kernel-headers for Ubuntu
This commit is contained in:
parent
d126f4a804
commit
031e2117c4
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
Reference in a new issue