summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Don't modify members of new_resource in pw group implmentationjdm/freebsd-pw-fixJay Mundrawala2015-08-171-1/+1
| | | | | | | | | | | | | | | | This was causing the ``` Chef::Resource::Group group modify action when there is a group behaves like correct group management when the users exist when append is not set when group already contains some users should remove all existing users and only add the new users to the group ``` spec to fail. The test passes an array which gets modified which breaks the test.
* Update changelogThom May2015-08-131-1/+12
|
* Update CHANGELOGThom May2015-08-131-0/+2
|
* Merge pull request #3771 from renanvicente/renanvicente/add-specify-depthThom May2015-08-132-3/+15
|\ | | | | Add support for override depth and adding test in overriding depth
| * Add support for override depth and adding test in overriding depthGomes da Silva2015-08-122-3/+15
| |
* | Merge pull request #3768 from chef/jhs/fix-reboot_pendingThom May2015-08-132-2/+2
|\ \ | | | | | | Make reboot_pending? look for CBS RebootPending
| * | Make reboot_pending? look for CBS RebootPendingjhs/fix-reboot_pendingJeremiah Snapp2015-08-112-2/+2
| | | | | | | | | | | | Ref: https://gallery.technet.microsoft.com/scriptcenter/Get-PendingReboot-Query-bdb79542
* | | Merge pull request #3764 from polamjag/fix-duplicated-directories-listThom May2015-08-131-1/+1
|\ \ \ | | | | | | | | uniquify chef_repo_path
| * | | uniquify chef_repo_pathpolamjag2015-08-101-1/+1
| |/ /
* | | Merge pull request #3687 from chef/mh/formatter_chef_applyThom May2015-08-131-0/+18
|\ \ \ | | | | | | | | Add formatter and force-logger/formatter options to chef-apply
| * | | Add formatter and force-logger/formatter options to chef-applymh/formatter_chef_applyMark Harrison2015-07-201-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This change simply copies the formatter, force-logger and force-formatter options across from chef-client/chef-solo to chef-apply. The options are honored without further changes, and this allows you to force doc formatting output with chef-apply when the output isn't a terminal.
* | | | Merge pull request #3657 from stefanor/upstart-status_commandThom May2015-08-132-8/+12
|\ \ \ \ | | | | | | | | | | shell_out! returns an object not an integer
| * | | | shell_out! returns an object not an integerStefano Rivera2015-07-092-8/+12
| | | | |
* | | | | Merge pull request #3652 from chef/alexpop/fix_audit_mode_explanationThom May2015-08-131-3/+3
|\ \ \ \ \ | | | | | | | | | | | | fix explanation for configuring audit mode in client.rb
| * | | | | fix explanation for configuring audit mode in client.rbalexpop/fix_audit_mode_explanationAlex Pop2015-07-091-3/+3
| |/ / / /
* | | | | Merge pull request #3383 from jfly/masterThom May2015-08-132-1/+19
|\ \ \ \ \ | | | | | | | | | | | | gem_package should install to the systemwide Ruby when using ChefDK.
| * | | | | Handling case where windows users install to a non default location.Jeremy Fleischman2015-06-291-1/+1
| | | | | |
| * | | | | Added some pretty straightforward tests of is_omnibus?Jeremy Fleischman2015-05-181-0/+18
| | | | | |
| * | | | | gem_package should install to the systemwide Ruby when using ChefDK.Jeremy Fleischman2015-05-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #3382.
* | | | | | Merge pull request #3329 from juliandunn/ifconfig-targetThom May2015-08-132-4/+24
|\ \ \ \ \ \ | | | | | | | | | | | | | | Use target, not name, if it is specified.
| * | | | | | Add tests per review.Julian C. Dunn2015-07-041-2/+22
| | | | | | |
| * | | | | | Use target, not name, if it is specified.Julian C. Dunn2015-07-041-2/+2
| | | | | | |
* | | | | | | changelog update for #3759Julian C. Dunn2015-08-121-0/+1
| | | | | | |
* | | | | | | Merge pull request #3759 from juliandunn/service-group-3730Julian C. Dunn2015-08-122-4/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Don't use shell_out! on "lssrc -g"
| * | | | | | | Don't use shell_out! on "lssrc -g" as it will raise an exception if the ↵Julian C. Dunn2015-08-062-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | service is not a group.
* | | | | | | | Merge pull request #3757 from martinb3/frozen_error_inspectorLamont Granquist2015-08-122-0/+42
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add additional helpful section for frozen objects
| * | | | | | | | Add additional helpful section for frozen objectsMartin Smith2015-08-062-0/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Augument runtime errors with additional information that explains why an object might be frozen, and how frozen resource properties are a good thing. Fixes #3734, for [accepted RFC 55](https://github.com/chef/chef-rfc/pull/135).
* | | | | | | | | Merge pull request #3762 from juliandunn/remove-highline-commentLamont Granquist2015-08-121-1/+0
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | highline is used by core Chef; therefore remove this misleading comment
| * | | | | | | | | highline is used by core Chef; therefore remove this misleading commentJulian C. Dunn2015-08-081-1/+0
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge pull request #3498 from chef/tm/use-dpkg-debThom May2015-08-123-15/+17
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | Use dpkg-deb directly rather than regex
| * | | | | | | | Use the output of dpkg-deb directly, rather than regextm/use-dpkg-debThom May2015-08-123-15/+17
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Thanks to @kwilczynski for the original implementation
* | | | | | | | Merge pull request #3704 from natewalck/elcap-sipfixPhil Dibowitz2015-08-113-2/+79
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Add support for OS X 10.11 SIP paths
| * | | | | | | Added support for OS X 10.11 SIP pathsNate Walck2015-08-113-2/+79
|/ / / / / / /
* | | | | | | Merge branch 'jk/fs_children'John Keiser2015-08-0720-110/+89
|\ \ \ \ \ \ \
| * | | | | | | Refactor "children" to use make_child_entry everywhere, simplifyjk/fs_childrenJohn Keiser2015-08-0717-87/+60
| | | | | | | |
| * | | | | | | Don't return nil from make_child_entryJohn Keiser2015-08-071-2/+2
| | | | | | | |
| * | | | | | | Fix multiple directory warning to print actual directoryJohn Keiser2015-08-071-1/+1
| | | | | | | |
| * | | | | | | Don't say a file system entry exists unless it can have the givenJohn Keiser2015-08-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | child.
| * | | | | | | Rename make_child / _make_child_entry -> make_child_entry for consistencyJohn Keiser2015-08-0714-44/+31
| | | | | | | |
| * | | | | | | Speed up file system access by not listing children on everyJohn Keiser2015-08-072-1/+20
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | child(name) access. Also removes an intermittent warning when first downloading large numbers of cookbooks where sometimes a cookbook directory has been created but its children have not: when you run child('other_cookbook') it lists 'cookbooks'.children and notices the empty directory. Annoying, and probably affects knife-ec-backup.
* | | | | | | Merge pull request #3689 from chef/mcquin/ohai-configClaire McQuin2015-08-073-2/+64
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add ohai configuration context to config.
| * | | | | | | Use 8.6 alpha gem of ohaiClaire McQuin2015-08-072-6/+1
| | | | | | | |
| * | | | | | | Mute :log_level and :log_location deprecation warnings from ohai config.Claire McQuin2015-07-274-2/+66
| | | | | | | |
| * | | | | | | Add ohai configuration context to config.Claire McQuin2015-07-271-1/+4
| | | | | | | |
* | | | | | | | Update CHANGELOGKartik Null Cating-Subramanian2015-08-061-0/+1
| | | | | | | |
* | | | | | | | The newly refactored tests were bad on windows - fix it.Kartik Null Cating-Subramanian2015-08-061-2/+4
| | | | | | | |
* | | | | | | | Refactor the group tests and handle OSXKartik Null Cating-Subramanian2015-08-061-48/+59
| | | | | | | |
* | | | | | | | Fix expected exception on Mac in group_specKartik Null Cating-Subramanian2015-08-061-2/+5
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #3751 from juliandunn/remove-legacy-boostrapsThom May2015-08-052-148/+0
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Remove old bootstrap templates
| * | | | | | Remove old bootstrap templates:Julian C. Dunn2015-08-032-148/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * We don't support installing from gems anymore as a first-class citizen * Now that the bootstrap template supports regular Bourne shell (not bash), the AIX bootstrap is no longer necessary.