You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Backports: add keyring support [#1162](https://github.com/puppetlabs/puppetlabs-apt/pull/1162) ([kenyon](https://github.com/kenyon))
15
+
- Support "hourly" and Integer as value for update frequency (fixes #1157) [#1159](https://github.com/puppetlabs/puppetlabs-apt/pull/1159) ([webcompas](https://github.com/webcompas))
16
+
17
+
### Fixed
18
+
19
+
- replace deprecated merge() with native puppet code [#1154](https://github.com/puppetlabs/puppetlabs-apt/pull/1154) ([bastelfreak](https://github.com/bastelfreak))
20
+
21
+
### Other
22
+
23
+
- release_prep: Use puppetlabs_spec_helper 7.x [#1164](https://github.com/puppetlabs/puppetlabs-apt/pull/1164) ([bastelfreak](https://github.com/bastelfreak))
Copy file name to clipboardExpand all lines: REFERENCE.md
+14-11Lines changed: 14 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -171,8 +171,8 @@ Valid options:
171
171
'hourly' (if the value of `apt_update_last_success` is less than current epoch time minus 3600);
172
172
'daily' (if the value of `apt_update_last_success` is less than current epoch time minus 86400);
173
173
'weekly' (if the value of `apt_update_last_success` is less than current epoch time minus 604800);
174
-
'reluctantly' (only if the exec resource `apt_update` is notified).
175
174
Integer (if the value of `apt_update_last_success` is less than current epoch time minus provided Integer value);
175
+
'reluctantly' (only if the exec resource `apt_update` is notified).
176
176
Default: 'reluctantly'.
177
177
***:loglevel**`Integer`: Specifies the log level of logs outputted to the console. Default: undef.
178
178
***:timeout**`Integer`: Specifies how long to wait for the update to complete before canceling it. Valid options: an integer, in seconds. Default: undef.
@@ -406,18 +406,10 @@ Manages backports.
406
406
407
407
#### Examples
408
408
409
-
##### Set up a backport source for Linux Mint qiana
0 commit comments