netcat: Added Debian support.
This commit is contained in:
parent
98ad1447ea
commit
11e55b3241
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ class netcat {
|
|||
if $::operatingsystem != "OpenBSD" {
|
||||
package { "netcat":
|
||||
name => $::operatingsystem ? {
|
||||
"debian" => "netcat",
|
||||
"ubuntu" => "netcat",
|
||||
"fedora" => $::operatingsystemrelease ? {
|
||||
/^1[0-7]/ => "nc",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue