summaryrefslogtreecommitdiff
path: root/lib/chef/provider
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | require file as per alphabetical orderharikesh-kolekar2018-01-311-4/+1
| * | | rename env resource to windows_envharikesh-kolekar2018-01-302-88/+47
| * | | delete env variable if present in current processharikesh-kolekar2018-01-301-1/+1
| * | | Add user attribute to create env variableharikesh-kolekar2018-01-301-4/+8
* | | | Merge pull request #6835 from nathwill/sd-moar-actionsThom May2018-02-121-1/+19
|\ \ \ \ | |_|_|/ |/| | |
| * | | add additional systemd unit actionsNathan Williams2018-02-071-1/+19
* | | | Merge pull request #6837 from Intility/simplify_powershell_out_callsThom May2018-02-091-6/+6
|\ \ \ \
| * | | | remove excess whitespaceTor Magnus Rakvåg2018-02-081-2/+2
| * | | | simplified powershell_out callsTor Magnus Rakvåg2018-02-081-5/+5
| | |_|/ | |/| |
* | | | remove callers of passwd ohai plugintm/disable_chatty_ohaiThom May2018-02-072-2/+3
| |/ / |/| |
* | | remove punctuation for consistencyTor Magnus Rakvåg2018-02-071-7/+7
* | | remove contractionsTor Magnus Rakvåg2018-02-071-7/+7
* | | plural to singular, consistent use of contractionsTor Magnus Rakvåg2018-02-061-3/+3
|/ /
* | Ensure that we only set config file options if necessarytm/apt_debconf_promptsThom May2018-01-301-6/+7
* | remove unnecessay quotes that caused problemsCam Cope2018-01-301-2/+2
* | convert to arrays, fix logic gatingCam Cope2018-01-301-4/+6
* | Avoid apt (dpkg) prompts for modified config filesCam Cope2018-01-301-1/+12
* | Update logic in mount/mount.rb and mount/mount_spec.rbChibuikem Amaechi2018-01-291-8/+4
* | Improve handling of default mount optionsChibuikem Amaechi2018-01-291-1/+10
* | Update /etc/fstab on FreeBSD #4959Chibuikem Amaechi2018-01-291-1/+1
|/
* Merge pull request #6494 from Rarian/lock_package_idempotencyLamont Granquist2018-01-294-23/+11
|\
| * Ensure package (un)locking is idempotentAndy Wagner2018-01-044-23/+11
* | Add description property to converge configure actionJason Barnett2018-01-271-1/+1
* | chefstyle -aJason Barnett2018-01-261-27/+27
* | Fix existing tests and add new onesJason Barnett2018-01-261-71/+81
* | Add :create, :delete, and :configure actions to the windows_service resourceJason Barnett2018-01-251-11/+175
* | Fixed/added specs for LogonSession changesnimisha2018-01-241-1/+1
* | Brought back Chef::Win32::Security functional test for running as a non admin...nimisha2018-01-241-1/+1
* | Revert "add create and delete actions for windows_service"Lamont Granquist2018-01-221-175/+11
* | Merge pull request #6595 from jasonwbarnett/feature/add-action_create-to-wind...Thom May2018-01-221-11/+175
|\ \
| * | add :create, :delete, and :configure actions to the windows_service resource.Jason Barnett2017-11-231-11/+175
* | | Merge pull request #6723 from vinsonlee/remove-update-rc.d-dryrun-optionThom May2018-01-221-2/+2
|\ \ \
| * | | Remove update-rc.d -n (dryrun) option.Vinson Lee2018-01-021-2/+2
* | | | Merge pull request #6753 from chef/deprecated_resourcesThom May2018-01-224-687/+0
|\ \ \ \
| * | | | Remove erl_call and deploy resourcesdeprecated_resourcesTim Smith2018-01-204-687/+0
* | | | | Merge pull request #6749 from chef/lcg/rubocop-0.52.1Thom May2018-01-213-6/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | prepping for rubocop 0.52.1lcg/rubocop-0.52.1Lamont Granquist2018-01-173-6/+4
* | | | | Add the same logic to other actionsdnf_yum_repoTim Smith2018-01-151-2/+12
* | | | | Fix yum_repository to properly reload chef's package cache post repo setupTim Smith2018-01-151-7/+12
|/ / / /
* | | | Fix dscl group provider gid_used? (#6703)Sean Karlage2018-01-081-2/+6
* | | | Merge pull request #6688 from MsysTechnologiesllc/vasundhara/chef#6638_window...Bryan McLellan2018-01-081-2/+32
|\ \ \ \