summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dsc_script ps_credential functional testjdm/dsc-script-ps-credJay Mundrawala2015-08-252-0/+90
|
* Test to make sure dsc_script has ps_credential helperJay Mundrawala2015-08-251-0/+4
|
* Add ps_credential dsl method to dsc_scriptJay Mundrawala2015-08-251-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | You can now do the following: ```ruby dsc_script 'create-foo-user' do code <<-EOH User FooUser00 { Ensure = "Present" UserName = 'FooUser00' Password = #{ps_credential('FooBarBaz1!')} } EOH configuration_data <<-EOH @{ AllNodes = @( @{ NodeName = "localhost"; CertificateID = 'A8DB81D8059F349F7EF19104399B898F701D4167' } ) } EOH end ```
* Add to_s to ps_credentialJay Mundrawala2015-08-251-0/+4
|
* Update CHANGELOG for #3815Jay Mundrawala2015-08-251-0/+1
|
* Merge pull request #3815 from chef/jdm/powershell-validation-fixJay Mundrawala2015-08-252-1/+20
|\ | | | | Fix powershell_script validation
| * Add test to ensure that the LCM can be configuredjdm/powershell-validation-fixJay Mundrawala2015-08-241-0/+16
| |
| * Fix powershell_script validationJay Mundrawala2015-08-241-1/+4
|/ | | | | Powershell script validation did not use same architecture as executing the script. This caused configuring the LCM to fail.
* Merge pull request #3805 from jaymzh/validatePhil Dibowitz2015-08-212-2/+3
|\ | | | | Validating is comparing to true instead of ruby truthiness
| * Validating is comparing to true instead of ruby truthinessPhil Dibowitz2015-08-212-2/+3
|/ | | | It should use truthiness.
* Merge pull request #3663 from docwhat/issue-3614Tyler Ball2015-08-212-7/+6
|\ | | | | Fix error message for providers without `provides`
| * Fix error message for providers without `provides`Christian Höltje2015-08-192-7/+6
| | | | | | | | | | | | | | | | | | | | | | The warning incorrectly said that the provider was missing `resource_name :resource` when it should have said it was missing `provides :resource` I also switched from using `begin`...`rescue` since it isn't needed and needlessly slow things up. Fixes #3614
* | Merge pull request #3797 from chef/salam/win64Salim Alam2015-08-201-2/+1
|\ \ | | | | | | Fix dsc_script spec failure on 64-bit Ruby
| * | Fix dsc_script spec failure on 64-bit RubySalim Alam2015-08-201-2/+1
| | |
* | | Merge pull request #3774 from chef/lcg/yum-deprecatedLamont Granquist2015-08-206-31/+158
|\ \ \ | | | | | | | | Lcg/yum deprecated
| * | | add md files for yum-deprecatedlcg/yum-deprecatedLamont Granquist2015-08-202-0/+24
| | | |
| * | | fixes from code reviewLamont Granquist2015-08-204-13/+47
| | | |
| * | | add a test for the new provider behaviorLamont Granquist2015-08-201-1/+14
| | | |
| * | | add spec for resource sideLamont Granquist2015-08-201-1/+20
| | | |
| * | | green the broken testsLamont Granquist2015-08-202-24/+44
| | | |
| * | | inject yum_binary into YumCacheLamont Granquist2015-08-201-0/+3
| | | |
| * | | class namespacingLamont Granquist2015-08-201-1/+1
| | | |
| * | | add yum_binaryLamont Granquist2015-08-202-6/+20
|/ / / | | | | | | | | | | | | | | | set this to 'yum-deprecated' if /usr/bin/yum-deprecated exists so that we pick this up rather than getting /usr/bin/yum on systems that have DNF installed (assuming yum-deprecated is installed).
* | | Merge pull request #3800 from jaymzh/docsPhil Dibowitz2015-08-192-1/+5
|\ \ \ | | | | | | | | CHANGELOG/RELEASE_NOTES docs for recent OSX changes
| * | | CHANGELOG/RELEASE_NOTES docs for recent OSX changesPhil Dibowitz2015-08-192-1/+5
|/ / /
* | | Merge pull request #3793 from chef/lcg/run_levelsLamont Granquist2015-08-194-16/+123
|\ \ \ | | | | | | | | Lcg/run levels
| * | | add CHANGELOG.mdlcg/run_levelsLamont Granquist2015-08-191-1/+1
| | | |
| * | | spec and code fixes for run_levelsLamont Granquist2015-08-192-44/+83
| | | |
| * | | remove bad merge conflict resolutionLamont Granquist2015-08-181-1/+0
| | | |
| * | | Ensure non-specified runlevels are disabledRobby Dyer2015-08-181-3/+14
| | | |
| * | | Actually, we need to return empty string if run_levels if emptyRobby Dyer2015-08-181-1/+1
| | | |
| * | | CHEF-5372: Making levels def cleaner - thanks @sersutRobby Dyer2015-08-181-2/+1
| | | |
| * | | CHEF-5372: Support specific run_levels for RedHat serviceRobby Dyer2015-08-183-5/+64
| | | |
* | | | Merge pull request #3775 from chef/salam/win64Salim Alam2015-08-1911-59/+175
|\ \ \ \ | | |/ / | |/| | Enable 64-bit support for Powershell and Batch scripts
| * | | Enable 64-bit support for Powershell and Batch scriptsSalim Alam2015-08-1911-59/+175
| | | |
* | | | Merge pull request #3788 from chef/jdm/freebsd-pw-fixJay Mundrawala2015-08-191-1/+1
|\ \ \ \ | | | | | | | | | | Don't modify members of new_resource in pw group implmentation
| * | | | 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.
* | | | Merge pull request #3787 from chef/jdm/rhel-dir-specJay Mundrawala2015-08-191-0/+1
|\ \ \ \ | |_|_|/ |/| | | Fix failing directory unit tests on rhel
| * | | Fix failing directory unit tests on rheljdm/rhel-dir-specJay Mundrawala2015-08-171-0/+1
| |/ / | | | | | | | | | | | | | | | do_selinux needs to be mocked out so it does not actually do anything. Otherwise, it will be available on rhel and the tests are no longer unit and will fail
* | | Merge pull request #3792 from chef/lcg/making_mount_options_awareLamont Granquist2015-08-186-5/+44
|\ \ \ | | | | | | | | Lcg/making mount options aware
| * | | add CHANGELOG.mdLamont Granquist2015-08-181-0/+3
| | | |
| * | | Added changes to fix rspec deprecationssiddheshwar-more2015-08-181-3/+3
| | | |
| * | | Removed invalid test from mount_fs testsiddheshwar-more2015-08-181-7/+0
| | | |
| * | | Added changes to fix aix mount provider related tests according to updated ↵siddheshwar-more2015-08-183-5/+8
| | | | | | | | | | | | | | | | base mount provider
| * | | added tests for mount remountingJames Belchamber2015-08-183-1/+37
| | | |
| * | | now just using action_remount!James Belchamber2015-08-181-16/+1
| | | |
| * | | mount now remounts if options changeJames Belchamber2015-08-181-11/+0
| | | |
| * | | mount now remounts if options changeJames Belchamber2015-08-181-1/+31
|/ / /
* | | Merge pull request #2460 from chef/jb/add-privacy-flagLamont Granquist2015-08-183-6/+49
|\ \ \ | | | | | | | | Add privacy flag
| * | | add CHANGELOG.mdjb/add-privacy-flagLamont Granquist2015-08-181-0/+1
| | | |