Puppet-lint fixes.
This commit is contained in:
parent
75d1fcd4e9
commit
eb0e9417ee
5 changed files with 34 additions and 28 deletions
|
@ -10,9 +10,9 @@ class gcc {
|
|||
ensure => installed,
|
||||
}
|
||||
|
||||
if $kernel == Linux {
|
||||
if $::kernel == Linux {
|
||||
package { "kernel-headers":
|
||||
name => $operatingsystem ? {
|
||||
name => $::operatingsystem ? {
|
||||
"debian" => "linux-kernel-headers",
|
||||
"ubuntu" => "linux-kernel-headers",
|
||||
default => [ "kernel-headers", "kernel-devel", ],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue