summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add a unit test to check tagged? method with default node object.sersut/chef-2174Serdar Sutay2014-10-161-0/+8
|
* Return correct value for tagged? when node[:tags] is nil.Serdar Sutay2014-10-151-0/+2
|
* Revert "remove chef/shell_out dep"Lamont Granquist2014-10-141-0/+4
| | | | | | This reverts commit c62f97362b94aa13d2c7cbf77641c8c10a6e69dc. derp.
* remove chef/shell_out depLamont Granquist2014-10-141-4/+0
| | | | seems like we can drop this require for chef-12
* Merge pull request #2227 from opscode/lcg/ruby193docfiLamont Granquist2014-10-141-1/+1
|\ | | | | remove 1.8.7 support from README
| * remove 1.8.7 support from READMELamont Granquist2014-10-141-1/+1
|/
* Merge pull request #2209 from opscode/adamedx/dsc-parameter-noconfigdata-fixAdam Edwards2014-10-143-50/+95
|\ | | | | DSC parameters should be passed even when there is no config data file
| * Remove unnecessary contexts in DSC functional specsAdam Edwards2014-10-141-44/+36
| |
| * Update CHANGELOG for DSC configuration parameter fixAdam Edwards2014-10-141-0/+1
| |
| * DSC terminology correction in insufficient powershell version messageAdam Edwards2014-10-141-1/+1
| |
| * DSC parameters should be passed even when there is no config data fileAdam Edwards2014-10-142-6/+58
|/
* Merge pull request #2215 from opscode/tball/homebrew_fixTyler Ball2014-10-133-2/+11
|\ | | | | Fixing bug where tried to use the homebrew provider on OSX and didn't correctly check for lack of homebrew-specific attribute on the resource
| * Fixing bug where tried to use the homebrew provider on OSX and didn't ↵tball/homebrew_fixtyler-ball2014-10-133-2/+11
| | | | | | | | correctly check for lack of homebrew-specific attribute on the resource
* | Merge pull request #2210 from opscode/sersut/contrib-passSerdar Sutay2014-10-132-1/+66
|\ \ | | | | | | Updates to CHANGELOG and RELEASE_NOTES for the last month's contributions.
| * | Fix the SLES version based on the existing logic.Serdar Sutay2014-10-131-2/+2
| | |
| * | Contribution information for https://github.com/opscode/chef/pull/2170.sersut/contrib-passSerdar Sutay2014-10-102-0/+8
| | |
| * | Contribution information for https://github.com/opscode/chef/pull/2187.Serdar Sutay2014-10-101-0/+2
| | |
| * | Contribution information for https://github.com/opscode/chef/pull/2203.Serdar Sutay2014-10-101-1/+4
| | |
| * | Contribution information for https://github.com/opscode/chef/pull/2167.Serdar Sutay2014-10-101-0/+2
| | |
| * | Contribution information for https://github.com/opscode/chef/pull/2164.Serdar Sutay2014-10-101-0/+2
| | |
| * | Contribution information for https://github.com/opscode/chef/pull/2149.Serdar Sutay2014-10-101-0/+2
| | |
| * | Contribution information for https://github.com/opscode/chef/pull/2079.Serdar Sutay2014-10-101-0/+2
| | |
| * | Contribution information for https://github.com/opscode/chef/pull/2165.Serdar Sutay2014-10-102-0/+9
| | |
| * | Contribution information for https://github.com/opscode/chef/pull/2052.Serdar Sutay2014-10-101-0/+2
| | |
| * | Contribution information for https://github.com/opscode/chef/pull/2051.Serdar Sutay2014-10-101-0/+3
| | |
| * | Contribution information for https://github.com/opscode/chef/pull/2041.Serdar Sutay2014-10-101-0/+2
| | |
| * | Contribution information for https://github.com/opscode/chef/pull/2013.Serdar Sutay2014-10-101-1/+2
| | |
| * | Contribution information for https://github.com/opscode/chef/pull/2207 ↵Serdar Sutay2014-10-101-0/+2
| | | | | | | | | | | | (originally https://github.com/opscode/chef/pull/1971).
| * | Contribution information for https://github.com/opscode/chef/pull/1957.Serdar Sutay2014-10-101-0/+2
| | |
| * | Contribution information for https://github.com/opscode/chef/pull/1924.Serdar Sutay2014-10-101-0/+2
| | |
| * | Contribution information for https://github.com/opscode/chef/pull/1914.Serdar Sutay2014-10-102-0/+7
| | |
| * | Contribution information for https://github.com/opscode/chef/pull/1907.Serdar Sutay2014-10-101-0/+2
| | |
| * | Contribution information for https://github.com/opscode/chef/pull/1827.Serdar Sutay2014-10-101-2/+2
| | |
| * | Contribution information for https://github.com/opscode/chef/pull/1724.Serdar Sutay2014-10-102-1/+7
| | |
| * | CHANGELOG update for https://github.com/opscode/chef/pull/2107.Serdar Sutay2014-10-101-0/+2
| | |
| * | CHANGELOG update for https://github.com/opscode/chef/pull/2129.Serdar Sutay2014-10-101-0/+4
| | |
* | | Merge pull request #2190 from opscode/jdmundrawala/issue-2169Jay Mundrawala2014-10-132-7/+7
|\ \ \ | |_|/ |/| | Try to apply dsc configuration even if what-if fails
| * | Try to apply dsc configuration even if what-if failsjdmundrawala/issue-2169Jay Mundrawala2014-10-082-7/+7
| | |
* | | Merge pull request #2208 from opscode/jdmundrawala/env-path-spec-fixJay Mundrawala2014-10-131-4/+3
|\ \ \ | | | | | | | | restore ENV['PATH'] in env_spec after test is complete
| * | | Deal with nil system path in env_specjdmundrawala/env-path-spec-fixJay Mundrawala2014-10-111-4/+1
| | | |
| * | | restore ENV['PATH'] in env_spec after test is completeJay Mundrawala2014-10-101-1/+3
| | | |
* | | | Merge pull request #2211 from opscode/sersut/rebase-chef-2187Serdar Sutay2014-10-102-3/+16
|\ \ \ \ | | | | | | | | | | Rebase CHEF-2187: change default group mapping for SLES to gpasswd
| * \ \ \ Merge branch 'suse-group' of github.com:mapleoin/chefsersut/rebase-chef-2187Serdar Sutay2014-10-102-3/+16
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: spec/unit/platform_spec.rb
| | * | | | change default group mapping for SLES to gpasswdIonuț Arțăriși2014-10-082-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gpasswd is the new default starting with SLES12, the groupmod command does not support the -A/-R commands for adding and removing users respectively
* | | | | | Merge pull request #2207 from opscode/sersut/rebase-chef-1971Serdar Sutay2014-10-103-13/+27
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Rebase CHEF-1971: Report a more appropriate error when no recipe is given
| * | | | | Merge branch 'patch-1' of github.com:workmad3/chef into sersut/rebase-chef-1971sersut/rebase-chef-1971Serdar Sutay2014-10-103-13/+27
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Ensuring no arguments interfere with testsDavid Workman2014-09-142-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pushed the ARGV.clear statement required for the apply_spec file up into a before(:suite).
| | * | | | Making sure the right data is used throughout the testDavid Workman2014-09-041-3/+4
| | | | | |
| | * | | | Expanding the file name before checking existanceDavid Workman2014-09-041-2/+1
| | | | | |
| | * | | | Fixing travis-ci failure.David Workman2014-09-042-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Travis-CI runs failed due to Chef::Application::Apply picking up the explicit --format parameter and attempting to use it. Using ARGV.clear before a call to @app.reconfigure fixes this failure for now. Also a whitespace modification in apply.rb