Added modules
This commit is contained in:
parent
c53c931217
commit
59ec520742
646 changed files with 35182 additions and 0 deletions
12
modules/apt/manifests/update.pp
Normal file
12
modules/apt/manifests/update.pp
Normal file
|
@ -0,0 +1,12 @@
|
|||
class apt::update {
|
||||
include apt::params
|
||||
|
||||
exec { 'apt_update':
|
||||
command => "${apt::params::provider} update",
|
||||
logoutput => 'on_failure',
|
||||
refreshonly => true,
|
||||
timeout => $apt::update_timeout,
|
||||
tries => $apt::update_tries,
|
||||
try_sleep => 1
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue