mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-21 11:18:06 +00:00
Replace nmap installation with ncat in chroot_debootstrap manifest
This commit is contained in:
@@ -18,7 +18,7 @@ class chroot_debootstrap::install {
|
||||
timeout => 1800, # 30 mins timeout
|
||||
} ->
|
||||
|
||||
exec { "sudo -E chroot $chroot_dir /usr/bin/apt-get install nmap -y":
|
||||
exec { "sudo -E chroot $chroot_dir /usr/bin/apt-get install ncat -y":
|
||||
cwd => '/var/tmp',
|
||||
provider => 'shell',
|
||||
creates => "$chroot_dir/usr/bin/ncat",
|
||||
|
||||
Reference in New Issue
Block a user