summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2073 from opscode/ryan/group_post-mastertball/restore-050d148Serdar Sutay2014-11-191-0/+4
|\ | | | | Populate the actors when creating groups
| * Populate the actors when creating groupsRyan Cragun2014-11-191-0/+4
| |
* | Merge branch 'chef-dk-227' into 11-stabledanielsdeleo2014-11-131-0/+24
| |
* | add comment about stems with flavorsScott Bonds2014-11-131-1/+1
| |
* | use PKG_PATH instead of PACKAGEROOT/SITEScott Bonds2014-11-131-8/+4
| |
* | add support for double-dash in package nameScott Bonds2014-11-131-4/+21
| |
* | misc cleanupScott Bonds2014-11-132-6/+6
| |
* | fix candidate_version return valueScott Bonds2014-11-131-4/+7
| |
* | simplify openbsd package providerScott Bonds2014-11-131-154/+19
| |
* | add openbsd package providerScott Bonds2014-11-135-1/+281
| |
* | removed securerandom patchAnshul Sharma2014-11-133-46/+2
| |
* | Fix rubygems provider to use https instead of http.Nathan Cerny2014-11-131-1/+1
| |
* | cleanup cookbook path from stale filesVasiliy Tolstov2014-11-131-0/+2
| | | | | | | | Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
* | Merge pull request #2331 from justanshulsharma/patch-2Lamont Granquist2014-11-131-1/+1
|\ \ | | | | | | File.exists? is deprecated in favor of File.exist?
| * | File.exists? is deprecated in favor of File.exist?Anshul Sharma2014-10-311-1/+1
| | |
* | | Merge pull request #2395 from opscode/jdmundrawala/chef-shell-windowsJay Mundrawala2014-11-111-2/+10
|\ \ \ | | | | | | | | chef-shell checks platform when looking for client.rb and solo.rb.
| * | | chef-shell checks platform when looking for client.rb and solo.rb.jdmundrawala/chef-shell-windowsJay Mundrawala2014-11-101-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | https://github.com/opscode/chef/issues/2380 pointed out that on windows, -c is required with the -z flag because it would assume nix and look in /etc/chef for client.rb
* | | | Windows event logger no longer imports into the global namespace.Jay Mundrawala2014-11-101-6/+5
|/ / / | | | | | | | | | | | | | | | This was causing problems with the windows cookbook trying to redefine one of those constants. This patch solves https://github.com/opscode-cookbooks/windows/issues/141
* | | Merge pull request #2336 from opscode/lcg/12-systemd-fixesjdm/fooSerdar Sutay2014-11-0816-82/+192
|\ \ \ | | | | | | | | fix systemd for Ubuntu 14.10
| * | | spec fixesLamont Granquist2014-11-082-3/+4
| | | |
| * | | syntax fixes for grepping outputLamont Granquist2014-11-081-2/+6
| | | |
| * | | polishing provider_resolverLamont Granquist2014-11-0812-29/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * makes provides? more correct for linux services * makes supports? more targetted for linux services * remove provider_resolver from the run_context * fix timestamped deploy spec * add more specs
| * | | add some more debug output and commentsLamont Granquist2014-11-081-2/+7
| | | |
| * | | systemctl path fixes, rspec modernization, etcLamont Granquist2014-11-081-31/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - systemd provider uses `which` mixin to determine systemctl path - let-ification of spec tests for system provider - fix some stubbing and mocking of current_resource that was confusing and useless
| * | | extract which to a mixin, use for systemctlLamont Granquist2014-11-083-13/+51
| | | |
| * | | correct list-unit-files + refactoringLamont Granquist2014-11-081-3/+6
| | | |
| * | | fix systemd for Ubuntu 14.10Lamont Granquist2014-11-081-3/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has systemctl installed on the system but does not have systemd wired up as init by default and trying to use systemctl throws exceptions that breaks everything. Also add a big banner warning because I'm sure someone is going to think that the shortest past to fixing priority bugs is hacking up what gets reported from these modules, rather than fixing the bugs in the downstream logic.
* | | | Revert "CHEF-4101: DeepMerge - support overwriting hash values with nil"sersut/revert-attr-nil-overrideSerdar Sutay2014-11-081-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 972bc2f61685979e5b76f5481e3b1af2bd010d0e. Conflicts: spec/unit/mixin/deep_merge_spec.rb
* | | | fix autovivificationLamont Granquist2014-11-082-31/+78
| | | |
* | | | chef-12 attribute changesLamont Granquist2014-11-083-27/+161
|/ / / | | | | | | | | | | | | | | | - adding rm, rm_default, rm_normal, rm_override APIs - adding default!, normal! and override! APIs - changing force_default! and force_override! APIs
* | | Make client.pem being a symlink a configurable optionRyan Cragun2014-11-072-1/+9
| | |
* | | Make sure that :distro is evaluated later than :bootstrap_template and ↵Serdar Sutay2014-11-072-8/+9
| | | | | | | | | | | | :template_file in order for knife cloud plugins to work corectly with Chef 12.
* | | Bring in cheffish and provisioning resources if they are installedchef-provisioningJohn Keiser2014-11-051-0/+7
|/ /
* | Merge pull request #2322 from opscode/tball/doc-fixTyler Ball2014-10-301-3/+1
|\ \ | | | | | | Fixing documentation error (leftovers, no longer correct)
| * | Fixing documentation errortball/doc-fixtyler-ball2014-10-291-3/+1
| | |
* | | Merge pull request #2313 from opscode/sersut/win-res-lookup-fixSerdar Sutay2014-10-307-28/+30
|\ \ \ | |/ / |/| | Make sure windows_service and windows_package resources are found with the new dynamic provider resolver.
| * | Updates based on the PR comments.Serdar Sutay2014-10-281-7/+3
| | |
| * | Fix freebsd group provider regression introduced by ↵Serdar Sutay2014-10-281-9/+9
| | | | | | | | | | | | b06510323102fcb35fb7b02891591b3a540ddf27 when there is no members while creating the group.
| * | Turn off the alternative resource name tests for windows service andpackage.Serdar Sutay2014-10-282-0/+2
| | |
| * | Disable eventlogger on win2k3Jay Mundrawala2014-10-281-1/+1
| | |
| * | Make sure the event log related capability is turned off on Windows 2003 ↵Serdar Sutay2014-10-283-12/+10
| | | | | | | | | | | | boxes since it's not supported.
| * | Make sure windows_service and windows_package resources are found with the ↵Serdar Sutay2014-10-284-4/+10
| | | | | | | | | | | | new dynamic provider resolver.
* | | Merge pull request #2308 from opscode/lcg/fix-exceptionsLamont Granquist2014-10-281-302/+304
|\ \ \ | |/ / |/| | Chef::Application outer lexical scope
| * | add 'class Chef' outer scopelcg/fix-exceptionsLamont Granquist2014-10-281-302/+304
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clearly we need a rubocop rule for this. this fixes this exception which we were throwing incorrectly: [2014-10-28T02:57:54+00:00] FATAL: NameError: uninitialized constant Chef::Application::Exceptions using 'class Chef::Application' saves a tiny amount of typing and indentation but does not open up the outer lexical scope and breaks otherwise working code like this.
* | | windows_package installer_type should be a symbolBryan McLellan2014-10-281-1/+1
| | | | | | | | | | | | Fixes #1997
* | | Merge pull request #2230 from opscode/if/add-cheffs-empty-checkIsa Farnik2014-10-281-0/+5
|\ \ \ | | | | | | | | Add #empty? method to the ChefFS base dir class.
| * | | add empty? method for cheffs base dir classcuriositycasualty2014-10-281-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add spec tests remove commented pry binding delegate to Array#empty? instead
* | | | add provides to aix service providerkaustubh-d2014-10-281-0/+2
| | | |
* | | | Bump version number after branching for 12.0.0.Serdar Sutay2014-10-271-1/+1
| | | |
* | | | Merge pull request #2277 from liseki/fix-freebsd-service-status-loadSerdar Sutay2014-10-241-0/+1
|\ \ \ \ | | | | | | | | | | Properly load FreeBSD service status