summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * | | Cleanup attribute access in cloud pluginsattribute_cleanupTim Smith2016-05-112-30/+20
| | | |
* | | | Merge pull request #828 from chef/gentooThom May2016-05-312-2/+10
|\ \ \ \ | |_|_|/ |/| | | Switch to kernel version to identify Gentoo versions
| * | | Switch to kernel version to identify Gentoo versionsgentooTim Smith2016-05-272-2/+10
|/ / / | | | | | | | | | | | | | | | We're looking at the gentoo release file to identify the version currently which is 2.2. It's been 2.2 for years since that's just the Gentoo Base System version which never changes. We should do what we do on Arch and use the kernel version string. This is a copy / paste of that code. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Merge pull request #816 from criteo-forks/linux_kernel_modulesTim Smith2016-05-192-0/+31
|\ \ \ | | | | | | | | Adding version for linux module when avalaible
| * | | Adding spec test for OHAI linux::kernel::modulesJeremy MAURO2016-05-191-0/+26
| | | |
| * | | Adding kernel module version for linuxJeremy MAURO2016-05-191-0/+5
|/ / /
* | | Merge pull request #824 from chef/8.16.0v8.16.0Tim Smith2016-05-125-15/+28
|\ \ \ | |/ / |/| | Release 8.16.0
| * | Release 8.16.08.16.0Tim Smith2016-05-115-15/+28
|/ / | | | | | | Time to get this into our nightlies
* | Merge pull request #818 from chef/openstackTim Smith2016-05-113-116/+124
|\ \ | |/ |/| Properly poll Openstack detection + other Openstack improvements
| * Use the mixin variable for the metadata serverTim Smith2016-05-101-1/+1
| |
| * Allow setting dreamhost as the provider in the cloud pluginsTim Smith2016-05-102-2/+2
| |
| * Move metadata attributes back to openstack namespaceTim Smith2016-05-104-48/+43
| | | | | | | | | | This reverts nesting the attributes in openstack['metadata']. This matches what we do in other clouds
| * Fix typo in commentTim Smith2016-05-101-1/+1
| |