summaryrefslogtreecommitdiff
path: root/lib/chef/provider
Commit message (Expand)AuthorAgeFilesLines
* Clean up mount provider teststm/6851Thom May2018-03-142-14/+15
* update mount to use properties and fix 6851Thom May2018-03-142-8/+17
* Merge pull request #6976 from chef/rubocop_unfreezestringTim Smith2018-03-121-3/+3
|\
| * Just use an empty stringrubocop_unfreezestringTim Smith2018-03-121-3/+3
| * Use Ruby 2.3's +'' instead of String.newTim Smith2018-03-111-3/+3
* | Merge pull request #6955 from coderanger/gem-installed-versionsLamont Granquist2018-03-121-10/+18
|\ \
| * | Feed the Rubocop.Noah Kantrowitz2018-03-071-1/+1
| * | Fixes for bundler being a default gem so we can still manage it with gem_pack...Noah Kantrowitz2018-03-061-10/+18
* | | Merge pull request #6957 from chef/providesLamont Granquist2018-03-1225-28/+27
|\ \ \
| * | | Remove a few more provides and update the resolver specTim Smith2018-03-071-1/+1
| * | | Remove platfom restrictions in provides and don't require providersTim Smith2018-03-0724-27/+26
| | |/ | |/|
* | | Fix some yard warningsyard_warningsTim Smith2018-03-112-2/+2
|/ /
* | Merge pull request #6956 from chef/bffTim Smith2018-03-071-2/+2
|\ \ | |/ |/|
| * Rename bff provider to match its resourceTim Smith2018-03-061-2/+2
* | Use verify to validat the keyfix_apt_repoTim Smith2018-03-051-6/+1
* | Avoid compile time error in apt_repositoryTim Smith2018-03-051-10/+5
|/
* Chefstyle fixTim Smith2018-03-051-1/+1
* better docs for Chef::Provider::Service::Upstart.supports?Brad2018-03-051-0/+1
* Merge pull request #6903 from chef/portageThom May2018-03-051-1/+1
|\
| * Remove the provider check in the portage resourceportageTim Smith2018-02-261-1/+1
* | Merge pull request #6940 from mbakhoff/macports-typoThom May2018-03-051-1/+1
|\ \
| * | fix typo in macports error handlingMärt Bakhoff2018-03-041-1/+1
* | | Merge pull request #6942 from coderanger/allow_downgradeThom May2018-03-051-1/+1
|\ \ \
| * | | Use the existing helper method for package resource classes that don't suppor...Noah Kantrowitz2018-03-041-1/+1
| |/ /
* | | Merge pull request #6498 from chef/apt_repo_cleanupTim Smith2018-03-041-31/+123
|\ \ \ | |/ / |/| |
| * | Break out the gpg key validation into its own methodapt_repo_cleanupTim Smith2018-02-261-8/+15
| * | Yard improvementsTim Smith2018-02-261-5/+27
| * | Don't check that we're a PPA URL twiceTim Smith2018-02-261-1/+0
| * | More YARDTim Smith2018-02-261-0/+21
| * | Add debugging for when we do nothing on the remove actionTim Smith2018-02-261-1/+2
| * | Extract repo components logic into its own methodTim Smith2018-02-261-7/+15
| * | More YARDTim Smith2018-02-261-0/+4
| * | Split building the key import command into into its own methodTim Smith2018-02-261-2/+11
| * | Add a debug line for skipping key importTim Smith2018-02-261-1/+3
| * | Add some commentsTim Smith2018-02-261-0/+13
| * | Collapse the not_if formatTim Smith2018-02-261-3/+1
| * | Break key type detection into its own methodTim Smith2018-02-261-8/+18
| * | Remove unnecessary run_command on the shell_outTim Smith2018-02-261-2/+0
| |/
* | Allow specifying a comment for routesThomas Doherty2018-03-011-1/+2
* | Remove the :uninstall action from chocolatey_package - CHEF-21remove_choco_uninstallTim Smith2018-02-281-8/+0
* | Don't use .eql? in the aix mount provider (#6915)Tim Smith2018-02-271-7/+6
|/
* Add support for network family in DebianAaron Kalin2018-02-201-3/+3
* Merge pull request #6843 from Intility/add_powershell_package_source_paramTim Smith2018-02-191-7/+22
|\
| * fix chefstyle errorsTor Magnus Rakvåg2018-02-121-1/+1
| * add source paramTor Magnus Rakvåg2018-02-121-0/+5
| * create function to build powershell callsTor Magnus Rakvåg2018-02-121-7/+17
* | Suppress key data value if sensitive (fixes #5695)Stephen Hoekstra2018-02-151-4/+16
* | Merge pull request #6822 from chef/lcg/remote_file_cleanup_tempfilesLamont Granquist2018-02-131-3/+8
|\ \
| * | RemoteFile: unlink tempfile when using cache control shows unchangedlcg/remote_file_cleanup_tempfilesLamont Granquist2018-02-021-3/+8
* | | Merge pull request #6612 from MsysTechnologiesllc/harry/allow_setting_environ...Thom May2018-02-122-88/+48
|\ \ \