gnu: Lint fix
This commit is contained in:
parent
0cc9f98ab4
commit
0d1594a436
1 changed files with 1 additions and 1 deletions
|
@ -13,8 +13,8 @@ class gnu::gcc {
|
|||
case $::operatingsystem {
|
||||
'debian', 'ubuntu': {
|
||||
package { "kernel-headers":
|
||||
name => "linux-libc-dev",
|
||||
ensure => installed,
|
||||
name => "linux-libc-dev",
|
||||
}
|
||||
}
|
||||
default: {
|
||||
|
|
Loading…
Add table
Reference in a new issue