summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Platform mapping for dsc_scriptjdmundrawala/dsc-provider-platform-mappingJay Mundrawala2014-09-042-6/+8
|
* DscScript resource will raise an error if dsc is not availablejdmundrawala/dsc-provider-checkJay Mundrawala2014-09-047-63/+147
|
* Merge pull request #1987 from opscode/adamedx/dsc-phase-1-docsAdam Edwards2014-09-043-0/+262
|\ | | | | Update documentation / release notes
| * Update documentation / release notesadamedx2014-09-043-0/+262
| |
* | Merge pull request #1978 from opscode/jdmundrawala/parser-v3Adam Edwards2014-09-042-105/+51
|\ \ | | | | | | lcm parser is a lot more forgiving
| * | lcm parser is a lot more forgivingjdmundrawala/parser-v3Jay Mundrawala2014-09-032-105/+51
| | |
* | | Merge pull request #1967 from ↵Bryan McLellan2014-09-041-33/+31
|\ \ \ | |_|/ |/| | | | | | | | opscode/jdmundrawala/configuration_generator_spec_cleanup configuration_generator_spec uses newer rspec conventions
| * | configuration_generator_spec uses newer rspec conventionsJay Mundrawala2014-09-031-33/+31
|/ /
* | Merge pull request #1953 from opscode/jdmundrawala/generate_description-testJay Mundrawala2014-09-031-0/+20
|\ \ | | | | | | Added test for #generate_description in provider/dsc_script_spec
| * | Added test for #generate_description in provider/dsc_script_specJay Mundrawala2014-09-031-0/+20
|/ /
* | Merge pull request #1968 from ↵Jay Mundrawala2014-09-031-43/+40
|\ \ | | | | | | | | | | | | opscode/jdmundrawala/dsc-script-provider-test-cleanup Cleanup dsc_script_spec to use newer rspec conventions
| * | Cleanup dsc_script_spec to use newer rspec conventionsJay Mundrawala2014-09-031-43/+40
|/ /
* | Switch fileformat to unix, clean up whitespace.Bryan McLellan2014-09-0311-602/+602
|/ | | | | Converts a few files from CRLF->LF. Removes some trailing whitespace as well.
* Merge pull request #1958 from opscode/adamedx/dsc-resource-modulesAdam Edwards2014-09-025-17/+388
|\ | | | | DSC resource modules that have not been imported can cause failures
| * Explicitly require erroraction continue for predictability, consistency in ↵Adam Edwards2014-09-021-2/+2
| | | | | | | | match conditional
| * DSC functional tests with configuration data and parameterizationAdam Edwards2014-09-021-4/+225
| |
| * No erroraction stop since that filters the excepitonAdam Edwards2014-09-011-3/+3
| |
| * Correctly handle dsc resource import failuresAdam Edwards2014-09-014-38/+156
| |
| * Expose exit_code for cmdlet_result and use to detect DSC resource ↵Adam Edwards2014-08-302-1/+5
| | | | | | | | installation problems
| * Fixup use of status.exitcode to status.status.exitstatusAdam Edwards2014-08-301-1/+1
| |
| * Handle not installed DSC resource errors from LCMAdam Edwards2014-08-301-3/+10
| |
| * Set exit code from start-dscconfiguraiton to enable identification of DSC errorsAdam Edwards2014-08-301-1/+22
|/
* Ohai 7.4.0.rc.0 dependency for PowerShell plugin supportadamedx2014-08-291-1/+1
|
* Better logging for dsc scripts with multiple resourcesJay Mundrawala2014-08-291-3/+8
|
* DSC spec platform detection via WMIAdam Edwards2014-08-294-3/+17
|
* Deal with LCM failing when a resource does not support WhatIfJay Mundrawala2014-08-297-37/+79
|
* Added unit test for powershell cmdletJay Mundrawala2014-08-292-2/+108
|
* DSC: Added test for dsc_script providerAdam Edwards2014-08-293-3/+129
|
* Added unit tests for configuration_generatorJay Mundrawala2014-08-292-1/+174
|
* Add configurationdata attribute supportAdam Edwards2014-08-294-15/+86
|
* Parse WhatIf from LCMJay Mundrawala2014-08-295-25/+383
|
* Updated powershell functional tests to work with changes to ↵Jay Mundrawala2014-08-291-17/+15
| | | | Chef::Util::Powershell:Cmdlet
* Initial dsc_configuration resource implementationAdam Edwards2014-08-2915-0/+951
|
* Update CHANGELOG for #1627 / #1283 / CHEF-5075Bryan McLellan2014-08-291-0/+2
| | | | | Fixes #1627. Fixes #1283.
* CHEF-5075: order matters for recipe_urlBryan McLellan2014-08-292-11/+33
| | | | | | | Add a test to ensure we maintain the order of fetching the tarball before loading JSON attributes from a file that may be in that recipe tarball Refactor slightly for the benefit of testing
* Add comment about orderStanislav Bogatyrev2014-08-291-0/+2
|
* [CHEF-5075] Fix json_attribs and recipe_url load order.Stanislav Bogatyrev2014-08-291-5/+5
|
* Update CHANGELOG for #1833Bryan McLellan2014-08-291-0/+2
| | | | Closes #1833.
* combine "no" and "none" freebsd services based on @btm commentDave Eddy2014-08-291-11/+1
|
* implement @btm comment about test description stringsDave Eddy2014-08-291-4/+4
|
* test for none caseDave Eddy2014-08-291-0/+10
|
* better regex in /etc/rc.conf for service stateDave Eddy2014-08-291-2/+2
|
* add right-match tests for rc.confDave Eddy2014-08-291-3/+33
|
* add checks for partial matches in enable/disableLamont Granquist2014-08-291-1/+15
|
* refactoring freebsd provider + unit testsLamont Granquist2014-08-295-263/+444
|
* modernize freebsd service specLamont Granquist2014-08-291-162/+187
|
* add trailing = to regex for freebsd service deletionDave Eddy2014-08-291-1/+1
|
* another instance of loose regexDave Eddy2014-08-291-1/+1
|
* tighten up /etc/rc.conf regexDave Eddy2014-08-291-1/+1
| | | | | | | | | | | | | | | | | | | | I've run into a fun issue on FreeBSD 10 when trying to disable `syslogd`, and enable `rsyslogd`. Initially, the /etc/rc.conf config file may look something like this syslogd_enable="YES" rsyslogd_enable="NO" And after chef it *should* look this rsyslogd_enable="YES" syslogd_enable="NO" However, because the regex isn't as tight as it could be, it will search for `syslogd_enable="(\w+)"`, and erroneously match the `rsyslogd`, which leads Chef to believe that `syslogd` is enabled, when in reality it isn't. This change simply anchors the regex with `^` so the pattern must match at the beginning of the line.
* Merge pull request #1947 from opscode/adamedx/fix-travis-mysql-clientAdam Edwards2014-08-281-2/+2
|\ | | | | change mysql-client package