Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

update-now and update-once #7

Open
wants to merge 67 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
67 commits
Select commit Hold shift + click to select a range
8ba7971
create kitchen file
Apr 16, 2016
5e9c0cb
update now feature added
Apr 16, 2016
2a4c220
create run once feature
Apr 20, 2016
d3571ab
replace init 6 with reboot -h now
Apr 20, 2016
ba878f5
add minute delay on reboot
Apr 20, 2016
3f5aa6d
update readme
Apr 21, 2016
d44861c
Merge pull request #1 from derekgroh/update-now
derekgroh Apr 21, 2016
44ce576
remove extra code
Apr 21, 2016
576717a
update once documentation
Apr 21, 2016
11f30c5
attribute update
Apr 21, 2016
2791ae4
kitchen config for once
Apr 21, 2016
8b7bdfe
Merge pull request #2 from derekgroh/once
derekgroh Apr 21, 2016
0526225
use 'at' to perform once updates
Apr 21, 2016
fd5c585
v0.1.11
Apr 21, 2016
7886cfa
Merge pull request #4 from derekgroh/update-now
derekgroh Apr 21, 2016
e59a300
foodcritic - FC064, FC065
May 25, 2016
8c4f3d4
remove once code from default
May 26, 2016
ce868b3
reorganized
May 26, 2016
88ace5a
update once spec
May 26, 2016
9b5536f
update once recipe
May 26, 2016
0234167
WIP comment
May 26, 2016
202f3be
rubocop - Final newline missing.
May 26, 2016
952d348
Merge pull request #5 from derekgroh/bugfix/lint
derekgroh May 26, 2016
c5117b3
Space inside parentheses detected.
Jun 8, 2016
fa8592d
Freeze mutable objects assigned to constants.
Jun 8, 2016
ce8eea9
remaining cops
Jun 8, 2016
8abe4cc
Unnecessary disabling of Style/RegexpLiteral.
Jun 8, 2016
2ad75bf
cleaning up code
Jun 8, 2016
be0a045
Use new source syntax
Jun 8, 2016
42c0d95
source url updated, version change to match documentation
Jun 9, 2016
2483a81
spec files for new recipes
Jun 9, 2016
67dc4ba
Merge pull request #6 from derekgroh/bugfix/lint
derekgroh Jun 9, 2016
9b8eedc
remove additional 0 on version
Jun 9, 2016
e5cecf2
v0.2.0 update
Jun 9, 2016
b2b4271
match reference of cookbook name, update testing, update authors
Jun 9, 2016
fc3638f
Merge branch 'master' of https://github.com/derekgroh/chef-auto-patch…
Jun 9, 2016
f09a3e1
Merge pull request #7 from derekgroh/bugfix/lint
derekgroh Jun 9, 2016
42e0122
remove version on spec files
Jun 9, 2016
2ac8c8a
spec for default recipe, update Guardfile and Gemfile
Jun 11, 2016
90b208d
add inspec tests
Jun 16, 2016
6e3e5d1
remove unused code
Jun 16, 2016
a8ddc01
Merge pull request #8 from derekgroh/bugfix/lint
derekgroh Jun 16, 2016
e749b1b
Update .kitchen.yml
Sep 16, 2016
7865481
remove redundant file
Sep 16, 2016
da5f26f
Create a default_spec for integration testing
Sep 16, 2016
b57f4ff
Travis.ci update
Sep 16, 2016
9c5404b
Travis.ci - buff-ignore
Sep 16, 2016
8154c0a
Travis.ci - buff-ignore v1.2
Sep 16, 2016
24c6db9
Buff ignore use version 1.1.1
Oct 20, 2016
6f3a8f0
Travis.ci rvm 2.2
Oct 20, 2016
650110a
Use rvm 2.2.2
Oct 20, 2016
b182eef
Community Suggestions
Oct 20, 2016
edf1d6d
Rubocop - add excludes
Oct 20, 2016
7bde635
Rubocopy - Final newline missing.
Oct 20, 2016
3e43fbc
Revert "Use rvm 2.2.2"
Oct 20, 2016
fa93f3a
Auto stash for revert of "Use rvm 2.2.2"
Oct 20, 2016
d6f7dd4
Revert "Revert "Use rvm 2.2.2""
Oct 20, 2016
2ffd873
Retry community selection
Oct 20, 2016
c96dab0
Travis.ci Rubocops
Oct 20, 2016
e0ed6b5
Enable coverage reporting
Oct 20, 2016
66d1eb9
Use install instead of vendor
Oct 20, 2016
a4d54c4
Restore to master
Oct 20, 2016
40482a1
Cron community example
Oct 20, 2016
72741d8
Remove Berkshelf version lock
Oct 20, 2016
40c09f4
Restore before_script
Oct 20, 2016
8eec530
Merge pull request #9 from derekgroh/travis.ci
derekgroh Oct 20, 2016
c9d3e05
Add .rubocop_todo.yml
Oct 20, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update readme
  • Loading branch information
Derek Groh committed Apr 21, 2016
commit 3f5aa6d19a755add24e85bd06cc1da3fc0713531
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ Example role that then could be added to 10pm nodes:

### Update now

* Specify `node["auto-patch"]["now"]` to true - node will install all updates
* Specify `node["auto-patch"]["now"]` to true - node will install all updates during each chef run

## Testing and Development

Expand Down