summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Bump version of chef to 13.1.26 by Chef Versioner.v13.1.26Chef Versioner2017-05-251-1/+1
| | | |
| * | | remove stray load_current_resourceLamont Granquist2017-05-251-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | copypasta mistake from the old provider Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | convert breakpoint resource to a custom resourceLamont Granquist2017-05-253-39/+15
| |/ / | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | Bump version of chef to 13.1.25 by Chef Versioner.v13.1.25Chef Versioner2017-05-241-1/+1
| | |
| * | Make non-legacy solo use socketless mode.Noah Kantrowitz2017-05-241-0/+1
| | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | Bump version of chef to 13.1.24 by Chef Versioner.v13.1.24Chef Versioner2017-05-241-1/+1
| | |
| * | Bump version of chef to 13.1.23 by Chef Versioner.v13.1.23Chef Versioner2017-05-231-1/+1
| | |
| * | Bump version of chef to 13.1.22 by Chef Versioner.v13.1.22Chef Versioner2017-05-231-1/+1
| | |
* | | 13.1 has left the building.Noah Kantrowitz2017-05-251-1/+1
| | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* | | Typo and a test for that typo.Noah Kantrowitz2017-05-251-1/+1
| | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* | | The case syntax is nice but not worth a core monkeypatch. ::sad trombone::Noah Kantrowitz2017-05-251-29/+0
| | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* | | First pass on a VersionString class.Noah Kantrowitz2017-05-232-1/+175
|/ / | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* | Bump version of chef to 13.1.21 by Chef Versioner.v13.1.21lita-devlita-acceptanceChef Versioner2017-05-201-1/+1
| |
* | Bump version of chef to 13.1.20 by Chef Versioner.v13.1.20Chef Versioner2017-05-161-1/+1
| |
* | Merge pull request #6154 from chef/tm/gem_pathThom May2017-05-162-6/+4
|\ \ | | | | | | Ensure that we check the embedded gem binary last
| * | Ensure that we check the embedded gem binary lasttm/gem_pathThom May2017-05-162-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously we injected our expected paths in to ENV['PATH'] but we stopped doing that in Chef 13; for gem_package, we need to ensure that if all else fails we'll use the Omnibus provided gem binary, but we should never pick that if we can find a different one. Closes: #6103 Signed-off-by: Thom May <thom@chef.io>
* | | Bump version of chef to 13.1.19 by Chef Versioner.v13.1.19Chef Versioner2017-05-161-1/+1
| | |
* | | Prefer Systemd with sysvinit script over Upstart for service providerGrant Ridder2017-05-151-1/+1
|/ / | | | | | | | | | | On newer Debian based systems that use systemd to have a package install a SysV init and Upstart script. Systemd can use systemd service files or SysV init scripts. However, on the Chef serivce provider side, this is not reflected. So in this case, Upstart will be prefered even if Upstart itself is not installed on the system. Signed-off-by: Grant Ridder <shortdudey123@gmail.com>
* | Bump version of chef to 13.1.18 by Chef Versioner.v13.1.18Chef Versioner2017-05-151-1/+1
| |
* | Bump version of chef to 13.1.17 by Chef Versioner.v13.1.17Chef Versioner2017-05-121-1/+1
| |
* | Bump version of chef to 13.1.16 by Chef Versioner.v13.1.16Chef Versioner2017-05-121-1/+1
| |
* | Bump version of chef to 13.1.15 by Chef Versioner.v13.1.15Chef Versioner2017-05-121-1/+1
| |
* | Bump version of chef to 13.1.14 by Chef Versioner.v13.1.14Chef Versioner2017-05-111-1/+1
| |
* | Merge pull request #6100 from chef/smurawski/cab_compareThom May2017-05-112-15/+20
|\ \ | | | | | | cab_package should comare package name and version, not just name
| * | Remove extraneous `puts`smurawski/cab_compareSteven Murawski2017-05-081-1/+1
| | | | | | | | | | | | Signed-off-by: Steven Murawski <steven.murawski@gmail.com>
| * | return the resource rather than an empty assignment to a local variableSteven Murawski2017-05-081-1/+1
| | | | | | | | | | | | Signed-off-by: Steven Murawski <steven.murawski@gmail.com>
| * | Make the cab compare on name and version, not just name. The new servicing ↵Steven Murawski2017-05-081-13/+18
| | | | | | | | | | | | | | | | | | model with package rollups all share the same name, so we need to differentiate on version. Signed-off-by: Steven Murawski <steven.murawski@gmail.com>
* | | Bump version of chef to 13.1.13 by Chef Versioner.v13.1.13Chef Versioner2017-05-111-1/+1
| |/ |/|
* | Bump version of chef to 13.1.12 by Chef Versioner.v13.1.12Chef Versioner2017-05-101-1/+1
| |
* | Merge pull request #6105 from Stromweld/patch-1Matt Wrock2017-05-101-2/+2
|\ \ | |/ |/| Updated to fix day validation with monthly frequency
| * Updated to fix day validation with monthly frequencyCorey Hemminger2017-04-281-2/+2
| | | | | | | | This should fix issue #6104 Signed-off-by: Corey Hemminger <corey.hemminger@nativex.com>
* | Bump version of chef to 13.1.11 by Chef Versioner.v13.1.11Chef Versioner2017-05-081-1/+1
| |
* | Adding functional specs for windows_task resource (#6067)Nimisha Sharad2017-05-081-1/+1
| | | | | | | | | | | | * Added functional specs for windows_task resource Signed-off-by: nimisha <nimisha.sharad@msystechnologies.com>
* | Bump version of chef to 13.1.10 by Chef Versioner.v13.1.10Chef Versioner2017-05-081-1/+1
| |
* | change worning msg for windows create user resourceMSys2017-05-051-1/+1
| | | | | | | | Signed-off-by: MSys <harikesh.kolekar@msystechnologies.com>
* | Bump version of chef to 13.1.9 by Chef Versioner.Chef Versioner2017-05-041-1/+1
| |
* | Bump version of chef to 13.1.8 by Chef Versioner.v13.1.8Chef Versioner2017-05-021-1/+1
|/
* Merge pull request #6055 from coderanger/package-optionsThom May2017-04-284-151/+27
|\ | | | | Clean up more stubbed properties in tests
| * Feed the rubocop.Noah Kantrowitz2017-04-111-2/+2
| | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * Put in some temporary hacks for the service and user resource for cases ↵Noah Kantrowitz2017-04-112-9/+11
| | | | | | | | | | | | | | | | where the tests assumed nillable properties. This will get cleaned up when they are converted to real properties. Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * Convert the env and route resources to property style to get nillable setters. Noah Kantrowitz2017-04-112-142/+16
| | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* | Merge pull request #6094 from whiteley/apt-fingerThom May2017-04-281-4/+7
|\ \ | | | | | | apt-key finger no longer matches extract fingerprints regex
| * | apt-key finger no longer matches extract fingerprints regexMatt Whiteley2017-04-261-4/+7
| | | | | | | | | | | | Signed-off-by: Matt Whiteley <mattwhiteley@gmail.com>
* | | Bump version of chef to 13.1.7 by Chef Versioner.v13.1.7Chef Versioner2017-04-281-1/+1
| | |
* | | Merge pull request #6097 from chef/tm/aix_manage_homeThom May2017-04-281-1/+1
|\ \ \ | | | | | | | | Fix manage_home on AIX
| * | | Fix manage_home on AIXtm/aix_manage_homeThom May2017-04-271-1/+1
| |/ / | | | | | | | | | | | | | | | Fixes: #6092 Signed-off-by: Thom May <thom@chef.io>
* | | Bump version of chef to 13.1.6 by Chef Versioner.v13.1.6Chef Versioner2017-04-261-1/+1
| | |
* | | lazily load cookbook_files and templatestm/even_lazierThom May2017-04-253-8/+29
|/ / | | | | | | | | | | Fixes: #6051 Signed-off-by: Thom May <thom@chef.io>
* | Bump version of chef to 13.1.5 by Chef Versioner.v13.1.5Chef Versioner2017-04-221-1/+1
| |
* | Bump version of chef to 13.1.4 by Chef Versioner.v13.1.4Chef Versioner2017-04-211-1/+1
| |