summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Revert "remove #to_json Monkeytpatching"Lamont Granquist2014-08-0921-47/+49
| | | | This reverts commit adbb0fa85cc45b93ba91dc3019094b312cafb35c.
* remove #to_json MonkeypatchingLamont Granquist2014-08-0921-49/+47
|
* Merge pull request #1743 from juliandunn/suse-package-removal-failureClaire McQuin2014-08-081-1/+1
|\ | | | | fix SuSE package removal failure
| * [COOK-4028] zypper remove not working wiht OpenSuse 13.1Boris Komraz2014-08-031-1/+1
| | | | | | | | checking version for nil solves the problem
* | Merge pull request #1719 from ↵Claire McQuin2014-08-081-2/+2
|\ \ | | | | | | | | | | | | evertrue/evertrue/eherot/add_mount_point_word_boundaries Added whitespace boundaries to some of the mount point references in mount resource
| * | Add word boundary to mount point regexp in mount mounted functionEric Herot2014-07-301-1/+1
| | |
| * | Add word boundary to mount point regexp in mount disable functionEric Herot2014-07-301-1/+1
| | |
* | | Merge pull request #1694 from jordane/jordane/git_branch_BClaire McQuin2014-08-081-1/+1
|\ \ \ | | | | | | | | git provider fails on existing branch names
| * | | use -B in case user wants to reset branchJordan Evans2014-07-251-1/+1
| | | |
* | | | Merge pull request #1681 from victorhahncastell/masterClaire McQuin2014-08-081-1/+1
|\ \ \ \ | | | | | | | | | | Apply template syntax check to files in the templates dir only. This avo...
| * | | | Apply template syntax check to files in the templates dir only. This avoids ↵Victor Hahn - FLEXOPTIX2014-07-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | false positives for .erb files in the files subdirectory which are not actually Chef templates. Obvious fix.
* | | | | Merge pull request #1676 from higanworks/use_shared_path_for_deploy_resourceClaire McQuin2014-08-071-1/+2
|\ \ \ \ \ | | | | | | | | | | | | shared_path can be used to get the path to the shared_path in deploy resource
| * \ \ \ \ Merge remote-tracking branch 'upstream/master' into ↵sawanoboly2014-08-0473-670/+316
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | use_shared_path_for_deploy_resource
| * | | | | | shared_path can be used to get the path to the shared_pathsawanoboly2014-07-221-1/+2
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #1680 from BundesIT/masterClaire McQuin2014-08-072-2/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | Some minor fixes for the Paludis package provider
| * | | | | | whitespace fix in paludis_package.rbtbe2014-07-281-1/+1
| | | | | | |
| * | | | | | moved init of timeout for paludis packages to the right placeThomas Berger2014-07-262-5/+1
| | | | | | |
| * | | | | | use package.timeout for the cave timeout valueThomas Berger2014-07-251-1/+6
| | | | | | |
| * | | | | | some paludis fixesThomas Berger2014-07-231-2/+2
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | - only search for non-masked packages - increased the command timeout for the installation process to a reasonable large number
* | | | | | Merge pull request #1669 from Kasen/pcs_supportClaire McQuin2014-08-071-0/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | Parallels cloud server platform support.
| * | | | | | Provider mapping for pcs(parallels cloud server) added.Pavel Yudin2014-07-201-0/+9
| |/ / / / /
* | | | | | Merge pull request #1667 from parabuzzle/fix_force_flagClaire McQuin2014-08-071-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | [CHEF-1652] Fix force flag
| * | | | | | change syntax of error message to reflect the correct flagMike Heijmans2014-07-191-1/+1
| |/ / / / /
* | | | | | Merge pull request #1658 from kgraham/masterClaire McQuin2014-08-071-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Bad handling of ShellOut:live_stream
| * | | | | | Chef:Provider:Execute's logic on whether or not to use live_stream gets blindlyKevin Graham2014-07-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stomped on here. Honoring live_stream if a caller has set it. Obvious fix.
* | | | | | | Merge pull request #1638 from bcobb/version-constraint-string-reflects-behaviorClaire McQuin2014-08-072-23/+18
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Chef::VersionConstraint#to_s should accurately reflect the constraint's behavior
| * | | | | | | VersionConstraint does not need a raw_version attributeBrian Cobb2014-07-141-2/+2
| | | | | | | |
| * | | | | | | Use Chef::VersionConstraint#to_s in the metadata DSLBrian Cobb2014-07-141-19/+14
| | | | | | | |
| * | | | | | | Version constraints only show patch level if one is givenBrian Cobb2014-07-141-2/+2
| | | | | | | |
* | | | | | | | Merge pull request #1616 from chr4/userdel-forceClaire McQuin2014-08-072-0/+10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add "force" attribute to resource/user, passing "-f" to userdel
| * | | | | | | | Add "force" attribute to resource/user, passing "-f" to userdelChris Aumann2014-07-082-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows removal of logged in users.
* | | | | | | | | Merge pull request #1597 from criteo/modify_envClaire McQuin2014-08-071-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Don't modify variable passed to env resource when updating
| * | | | | | | | | Don't modify variable passed to env resource when updatingPierre Ynard2014-07-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using a delimiter, the passed value is prepended to the given environment variable. Unfortunately this has the side effect of modifying the variable passed to the resource. Oftentimes this is an attribute, used somewhere else after that, with the wrong, modified value.
* | | | | | | | | | Merge pull request #1591 from onddo/CHEF-5356-gcm-2Claire McQuin2014-08-077-33/+247
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [CHEF-5356-gcm(2)] Encrypted data bags should use different HMAC key and include the IV in the HMAC
| * | | | | | | | | | [CHEF-5356-gcm] moved some requires from decryptor.rb to assertions.rbXabier de Zuazo2014-07-092-2/+3
| | | | | | | | | | |
| * | | | | | | | | | [CHEF-5356-gcm] Use OpenSSL::Cipher and OpenSSL::Digest instead of ↵Xabier de Zuazo2014-07-084-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OpenSSL::Cipher::Cipher and OpenSSL::Digest::Digest
| * | | | | | | | | | [CHEF-5356-gcm] If the requirements to use Encryted Data Bags 3 are not met, ↵Xabier de Zuazo2014-07-064-18/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | give a meaningful error message
| * | | | | | | | | | [CHEF-5356-gcm] docs updated to clarify ruby 2 requirementXabier de Zuazo2014-07-011-1/+1
| | | | | | | | | | |
| * | | | | | | | | | [CHEF-5356-gcm] Chef::Config: Added a comment about EncryptedDataBag version 3Xabier de Zuazo2014-07-011-1/+2
| | | | | | | | | | |
| * | | | | | | | | | [CHEF-5356-gcm] Chef::EncryptedDataBagItem Version3 implementation using GCMXabier de Zuazo2014-07-014-11/+135
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #1552 from jordane/fedora-use-systemdClaire McQuin2014-08-071-5/+20
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | use systemd for recent fedora and rhel 7
| * | | | | | | | | | | use systemd on oracle, scientific 7 tooJordan Evans2014-06-271-2/+8
| | | | | | | | | | | |
| * | | | | | | | | | | use systemd for centos 7 tooJordan Evans2014-06-261-1/+4
| | | | | | | | | | | |
| * | | | | | | | | | | use systemd for recent fedora and rhel 7Jordan Evans2014-06-251-2/+8
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #1527 from opscode/ryancragun/OC-11667Claire McQuin2014-08-071-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | [OC-11667] Don't overwrite the :default provider map if :default is passed as the platform
| * | | | | | | | | | | | [OC-11667] Don't overwrite the :default provider map if :default is passed ↵Ryan Cragun2014-06-191-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | as the platform
* | | | | | | | | | | | | Merge pull request #1177 from xeron/CHEF-3399Claire McQuin2014-08-072-11/+26
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [CHEF-3399] Make data_bag_path an array like cookbook_path
| * | | | | | | | | | | | | [CHEF-3399] Raise in case of data bag items conflict. Tests.Ivan Larionov2014-05-312-4/+9
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | [CHEF-3399] Use first seen data bag (do not overwrite). Tests.Ivan Larionov2014-05-311-2/+2
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | [CHEF-3399] Make data_bag_path an array like cookbook_pathIvan Larionov2014-05-311-11/+21
| | | | | | | | | | | | | |