summaryrefslogtreecommitdiff
path: root/lib/chef/provider
Commit message (Expand)AuthorAgeFilesLines
* fix Style/PreferredHashMethodsLamont Granquist2018-07-023-7/+7
* fix Style/TrailingCommaInHashLiteralLamont Granquist2018-07-021-5/+5
* fix some Style/StringLiterals introduced by the UnneededInterpolationLamont Granquist2018-07-021-1/+1
* fix Style/UnneededInterpolationLamont Granquist2018-07-024-9/+9
* fix Layout/LeadingCommentSpaceLamont Granquist2018-07-027-19/+19
* clean up whitespace againLamont Granquist2018-07-021-11/+11
* fix Layout/IndentHeredocLamont Granquist2018-07-022-79/+79
* fix Style/HashSyntaxLamont Granquist2018-07-0215-33/+33
* deprecate old shell_out APIsLamont Granquist2018-06-191-19/+4
* Unification of shell_out APIsLamont Granquist2018-06-1542-164/+165
* Merge pull request #7293 from MsysTechnologiesllc/vasundhara/MSYS-822_fix_for...Bryan McLellan2018-06-141-5/+3
|\
| * fix for task is not idempotent when task name includes parent foldervasu11052018-06-141-5/+3
* | Fix for windows_task getting created when wrong username and password provide...vasu11052018-06-141-2/+2
|/
* package: Make sure to use the package_name name propertiesname_propertiesTim Smith2018-06-127-13/+13
* Merge pull request #7284 from MsysTechnologiesllc/dh/fix_mount_point_error_wi...Bryan McLellan2018-06-111-2/+2
|\
| * fix review commentsdheerajd-msys2018-06-081-4/+2
| * added check for mount_point in namedheerajd-msys2018-06-081-1/+3
| * MSYS-807 fix mount point error windowsdheerajd-msys2018-06-081-1/+1
* | Merge pull request #7351 from josh-barker/bug/why-run-windows-package-local-fileTim Smith2018-06-111-0/+1
|\ \
| * | Add whyrun message when installing a local from on windowsJosh Barker2018-06-091-0/+1
| |/
* | Merge pull request #7330 from chef/lcg/deprecate-shell-out-compact-timeoutLamont Granquist2018-06-1121-80/+80
|\ \ | |/ |/|
| * move maybe_add_timeout to module method for privacyLamont Granquist2018-06-041-1/+1
| * remove uses of shell_out_compact_timeoutLamont Granquist2018-05-3121-80/+80
* | Merge pull request #7259 from Intility/powershell-package-publisher-checkTim Smith2018-06-061-2/+6
|\ \
| * | raise on catalog errorTor Magnus Rakvåg2018-05-151-1/+3
| * | add skip_publisher_check paramTor Magnus Rakvåg2018-05-151-1/+3
* | | Chefstyle fixTim Smith2018-06-041-1/+1
* | | quote git remote_urlmalcolm m2018-06-041-1/+1
* | | Merge pull request #7297 from jasonwbarnett/fix-windows-startupTim Smith2018-06-031-0/+2
|\ \ \
| * | | Fix :configure_startup action to configure delayed startJason Barnett2018-05-251-0/+2
* | | | Merge pull request #7299 from josh-barker/josh-barker/windows-package-missing...Thom May2018-06-011-0/+7
|\ \ \ \ | |_|_|/ |/| | |
| * | | Check local file exists before installing a windows packageJosh Barker2018-05-261-0/+7
| |/ /
* | | fix yum versionlock quotingLamont Granquist2018-05-311-1/+1
* | | Merge pull request #7313 from chef/lcg/remove-use-of-a_to_sLamont Granquist2018-05-312-12/+12
|\ \ \
| * | | fix dnf splat argslcg/remove-use-of-a_to_sLamont Granquist2018-05-301-3/+3
| * | | fixing yum splat argsLamont Granquist2018-05-301-6/+6
| * | | convert a_to_s to shell_out_compact in DNF/yumLamont Granquist2018-05-302-3/+3
* | | | convert shell_out_with_systems_locale to `default_env: true`lcg/remove-shell-out-with-systems-localeLamont Granquist2018-05-307-34/+35
|/ / /
* | | change "internal" to "default_env"Lamont Granquist2018-05-301-2/+2
* | | add internal flag to shell_out and execute resourceLamont Granquist2018-05-251-3/+4
|/ /
* | Merge pull request #7249 from chef/lcg/cleanup-userLamont Granquist2018-05-216-54/+123
|\ \
| * | clean up updating_home?lcg/cleanup-userLamont Granquist2018-05-104-23/+13
| * | bonus fix to remove unnecessary duping in dscl userLamont Granquist2018-05-101-7/+3
| * | move should_set? to superclassLamont Granquist2018-05-104-14/+6
| * | clean up AIX providerLamont Granquist2018-05-103-55/+37
| * | better comment on /etc/shadow manglingLamont Granquist2018-05-101-1/+2
| * | clean up solaris providerLamont Granquist2018-05-101-71/+54
| * | migrate logic into aix and solaris subclassesLamont Granquist2018-05-093-11/+136
* | | Merge pull request #7274 from mal/fix-systemd-user-callsThom May2018-05-212-3/+3
|\ \ \
| * | | Contextualise daemon-reload callsMal Graty2018-05-191-1/+1