Fixed netcat for Fedora 18.
This commit is contained in:
parent
3caa081766
commit
4866081046
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@ class netcat {
|
|||
package { "netcat":
|
||||
name => $::operatingsystem ? {
|
||||
"ubuntu" => "netcat",
|
||||
"fedora" => $::operatingsystemrelease ? {
|
||||
/^1[0-7]/ => "nc",
|
||||
default => "nmap-ncat",
|
||||
},
|
||||
default => "nc",
|
||||
},
|
||||
ensure => present,
|
||||
|
|
Loading…
Add table
Reference in a new issue