commit
a66915e85e
1 changed files with 2 additions and 0 deletions
|
@ -61,6 +61,8 @@ define apt::source(
|
|||
command => "${provider} -y install ${required_packages}",
|
||||
logoutput => 'on_failure',
|
||||
refreshonly => true,
|
||||
tries => 3,
|
||||
try_sleep => 1,
|
||||
subscribe => File["${name}.list"],
|
||||
before => Exec['apt_update'],
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue