mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-21 11:18:06 +00:00
Kali using puppet 7 update
This commit is contained in:
@@ -7,6 +7,13 @@ class unix_update::unix{
|
||||
try_sleep => 30,
|
||||
}
|
||||
}
|
||||
'Kali': {
|
||||
exec { 'update':
|
||||
command => "/usr/bin/apt-get update --fix-missing",
|
||||
tries => 5,
|
||||
try_sleep => 30,
|
||||
}
|
||||
}
|
||||
'Ubuntu': {
|
||||
exec { 'update':
|
||||
command => "/usr/bin/apt-get update --fix-missing",
|
||||
|
||||
Reference in New Issue
Block a user