Puppet-lint fixes.
This commit is contained in:
parent
75d1fcd4e9
commit
eb0e9417ee
5 changed files with 34 additions and 28 deletions
|
@ -3,9 +3,9 @@
|
|||
#
|
||||
class netcat {
|
||||
|
||||
if $operatingsystem != "OpenBSD" {
|
||||
if $::operatingsystem != "OpenBSD" {
|
||||
package { "netcat":
|
||||
name => $operatingsystem ? {
|
||||
name => $::operatingsystem ? {
|
||||
"ubuntu" => "netcat",
|
||||
default => "nc",
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue