Kali using puppet 7 update

This commit is contained in:
Z. Cliffe Schreuders
2022-08-02 19:32:17 +01:00
parent d92a4c8977
commit a490948b75

View File

@@ -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",