netcat: Added Debian support.

This commit is contained in:
Timo Mkinen 2013-10-17 02:17:34 +03:00
parent 98ad1447ea
commit 11e55b3241

View file

@ -6,6 +6,7 @@ class netcat {
if $::operatingsystem != "OpenBSD" {
package { "netcat":
name => $::operatingsystem ? {
"debian" => "netcat",
"ubuntu" => "netcat",
"fedora" => $::operatingsystemrelease ? {
/^1[0-7]/ => "nc",