summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Release 8.188.18Tim Smith2016-08-042-1/+20
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #856 from chef/shellsTim Smith2016-08-012-0/+87
|\ | | | | Add a plugin for collecting available shells
| * Add a plugin for collecting available shellsshellsTim Smith2016-07-302-0/+87
|/ | | | | | The exact shell paths vary by OS so it would be really nice to have a list of the shells so you could find the path to bash by walking the array. Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #852 from coderanger/filehelperNoah Kantrowitz2016-07-296-15/+5
|\ | | | | Avoid global mutation.
| * Also fix DmiDecode mixin.Noah Kantrowitz2016-07-293-5/+3
| |
| * FileHelper will just stay in the base Plugin class indefinitely. It's small, ↵Noah Kantrowitz2016-07-294-13/+0
| | | | | | | | doesn't stomp on much, and is helpful in a large number of plugins.
| * Avoid global mutation. Closes #851.Noah Kantrowitz2016-07-292-2/+7
|/
* Merge pull request #850 from criteo-forks/block_deviceTim Smith2016-07-291-1/+1
|\ | | | | BlockDevice: Add physical and logical block size
| * BlockDevice: Add physical and logical block sizeAnthony RABIER2016-07-251-1/+1
|/
* Added hardware plugin for ohai on darwin (#839)Nate Walck2016-07-203-0/+1324
|
* Merge pull request #844 from chef/update_avThom May2016-07-192-4/+1
|\ | | | | Update Ruby version + branches we build
| * Update ruby versions in AV and remove branch buildsupdate_avTim Smith2016-07-052-4/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #848 from chef/php7Claire McQuin2016-07-182-33/+40
|\ \ | |/ |/| Properly detect PHP 7
| * Properly detect PHP 7php7Tim Smith2016-07-172-33/+40
|/ | | | | | PHP 7 strings have changed and our old regex broke as the build date is no longer included. Update the regex to make the build data optional and add tests for the new strings Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #838 from chef/testingTim Smith2016-07-052-5/+4
|\ | | | | Remove support for Ruby 2.0
| * Remove support for Ruby 2.0Tim Smith2016-07-012-5/+4
| | | | | | | | | | | | | | Also test on more specific Ruby versions since the rbenv aliases don't point to current. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #840 from chef/osx_virtTim Smith2016-07-052-13/+51
|\ \ | | | | | | Add detection of Virtualbox and VMware Fusion on OS X
| * | Add detection of Virtualbox and VMware Fusion on OS Xosx_virtTim Smith2016-07-012-13/+51
| |/ | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #842 from bjk-soundcloud/masterTim Smith2016-07-052-3/+39
|\ \ | |/ |/| Add support for Linux HugePages
| * Add support for Linux HugePagesBen Kochie2016-07-042-3/+39
|/ | | | | | Read the HugePages[0] information from `/proc/meminfo`. [0]: https://www.kernel.org/doc/Documentation/vm/hugetlbpage.txt
* Merge pull request #837 from chef/8.17.1v8.17.1Tim Smith2016-06-302-3/+12
|\ | | | | Release 8.17.1
| * Release 8.17.18.17.1Tim Smith2016-06-302-3/+12
|/
* Merge pull request #836 from chef/timeTim Smith2016-06-302-3/+4
|\ | | | | Move timezone value under time
| * Move timezone value under timetimeTim Smith2016-06-302-3/+4
|/ | | | | | | | This prevents us from breaking the various timezone cookbooks that already use that namespace. Attributes are hard. Good thing lamont is going to fix this all ;) Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #832 from chef/smurawski/unbreak_appveyorSteven Murawski2016-06-213-9/+29
|\ | | | | Update PowerShell Version Compat Detection / Unblock bundler on Appveyor
| * remove require base64Steven Murawski2016-06-211-1/+0
| |
| * update powershell_spec for change in version parsingsmurawski/unbreak_appveyorSteven Murawski2016-06-201-0/+2
| |
| * update powershell compatible version parsingSteven Murawski2016-06-201-7/+24
| |
| * update overcommit to 0.34.1, since 0.34.0 breaks on WindowsSteven Murawski2016-06-201-2/+4
| |
* | Merge pull request #834 from chef/8.17v8.17.0Tim Smith2016-06-203-13/+18
|\ \ | |/ |/| Release 8.17.0
| * Release 8.17.08.17Tim Smith2016-06-193-13/+18
| | | | | | | | | | | | Let's make sure we get our recent changes into the next Chef release. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #829 from johnbellone/masterTim Smith2016-06-172-0/+53
|\ \ | |/ |/| Add a simple plugin to get the local timezone.
| * Add unit test and fix broken plugin.John Bellone2016-06-132-2/+32
| |
| * Fix the rubocop linting error for quotes.John Bellone2016-06-131-1/+1
| |
| * Add a simple plugin to get the local timezone.John Bellone2016-06-131-0/+23
| |
* | Merge pull request #827 from davide125/ethtoolPhil Dibowitz2016-06-172-1/+53
|\ \ | | | | | | expose ring parameters in the network plugin
| * | more robust parsing logic for ring_paramsDavide Cavalca2016-06-151-18/+18
| | |
| * | expose ring parameters in the network pluginDavide Cavalca2016-05-252-1/+53
| | |
* | | Merge pull request #830 from jaymzh/network_v6_interfacesPhil Dibowitz2016-06-172-2/+14
|\ \ \ | |_|/ |/| | Add additional info to networking interfaces/addresses
| * | Add additional info to networking interfaces/addressesPhil Dibowitz2016-06-152-2/+14
|/ / | | | | | | I'd like to know if addresses are dynamic or not, for example.
* | Merge pull request #820 from glensc/819-packagesThom May2016-06-014-1493/+46
|\ \ | | | | | | improve packages attribute. #819
| * | fix expected commandElan Ruusamäe2016-06-011-1/+1
| | |
| * | updated debian test and dataElan Ruusamäe2016-06-012-1089/+12
| | |
| * | update testsElan Ruusamäe2016-06-012-396/+26
| | | | | | | | | | | | update rpm test data (truncated)
| * | unify debian/rpm styleElan Ruusamäe2016-05-311-4/+4
| | |
| * | add installdate for rpm packages, unix timestampElan Ruusamäe2016-05-121-3/+3
| | |
| * | improve packages attribute. #819Elan Ruusamäe2016-05-111-6/+6
| | | | | | | | | | | | | | | - rpm: add epoch, arch - deb: add arch
* | | Merge pull request #814 from vr/freebsd_packagesThom May2016-05-313-0/+94
|\ \ \ | | | | | | | | Add freebsd support in packages plugin
| * | | Add freebsd support in packages pluginHerve COMMOWICK2016-04-263-0/+94
| |/ /
* | | Merge pull request #821 from chef/attribute_cleanupThom May2016-05-312-30/+20
|\ \ \ | | | | | | | | Cleanup attribute access in cloud plugins