Skip to content

Commit

Permalink
Merge pull request #19 from albatrossflavour/development
Browse files Browse the repository at this point in the history
Add cron job to refresh cache at reboot
  • Loading branch information
albatrossflavour committed Aug 9, 2018
2 parents f00a4e8 + ba3d820 commit 924096c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions .done.txt
Expand Up @@ -49,3 +49,4 @@ x 2018-08-09 How will the patch run output be consumed? +Reporting @Questions
x 2018-08-09 How do you want to see the change freeze dates? +ChangeFreeze +Reporting @Questions
x 2018-08-09 How do you want to see the patch dates? +PatchDay +Reporting @Questions
x 2018-08-09 How do you want to see the patch exemptions? +Exemptions +Reporting @Questions
x 2018-08-09 2018-08-09 security issues with the yum_params options
1 change: 0 additions & 1 deletion .todo.txt
Expand Up @@ -4,4 +4,3 @@ Should we ensure that the last puppet run was within X hours before starting pat
Should we do a puppet run prior to kicking off the patching to ensure state? @Questions
Should we check that the kernel version installed is the same as the one running? @Questions
How many kernels should be installed? @Questions
(A) 2018-08-09 security issues with the yum_params options
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## Release 0.3.3

- Ensure we honour reboot_override even if the OS says a reboot isn't required

## Release 0.3.2

- Fix data validation issue with yum_params and dpkg_params
Expand Down
1 change: 0 additions & 1 deletion manifests/init.pp
Expand Up @@ -129,7 +129,6 @@
require => File[$fact_cmd],
}


$patch_window_file = '/etc/os_patching/patch_window'
if ( $patch_window ) {
if ($patch_window !~ /[A-Za-z0-9\-_ ]+/ ){
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
@@ -1,6 +1,6 @@
{
"name": "albatrossflavour-os_patching",
"version": "0.2.1",
"version": "0.3.3",
"author": "Tony Green",
"summary": "Perform OS level patching through tasks and report on patch levels through facts",
"license": "Apache-2.0",
Expand Down

0 comments on commit 924096c

Please sign in to comment.