Fix nc alternative
ncat takes over nc.traditional but we want it for vty stuff
This commit is contained in:
parent
03536a69c9
commit
d11d8b4b3a
3 changed files with 10 additions and 0 deletions
1
modules/alternatives
Submodule
1
modules/alternatives
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit f4f63574042f3f2c44aa99244134df5e86644da3
|
|
@ -34,6 +34,12 @@ class rhizo_base::packages::common {
|
|||
ensure => installed,
|
||||
require => Class['rhizo_base::apt'],
|
||||
}
|
||||
|
||||
alternatives { 'nc':
|
||||
mode => 'auto',
|
||||
path => '/bin/nc.traditional',
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
class rhizo_base::packages::buster inherits rhizo_base::packages::common {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue