summaryrefslogtreecommitdiff
path: root/distro
Commit message (Collapse)AuthorAgeFilesLines
* fix powershell exec segfaults on DSC_ResourceMatt Wrock2021-04-0710-0/+0
| | | | Signed-off-by: Matt Wrock <matt@mattwrock.com>
* bump powershell shim to 0.3.2 with powerrshell 7.1.3 depsMatt Wrock2021-03-2944-298/+306
| | | | Signed-off-by: Matt Wrock <matt@mattwrock.com>
* replace usages of Cmdlet class with powershell_execmwrock2020-11-3010-0/+0
| | | | Signed-off-by: mwrock <matt@mattwrock.com>
* update pwsh in powershell_exec to 7.1.0 and add comments explaining how to ↵ps71mwrock2020-11-171165-5075/+5173
| | | | | | pull in updates Signed-off-by: mwrock <matt@mattwrock.com>
* pull in v0.2.1 of powershell shim that fixes .net resolverresolvermwrock2020-11-1318-0/+0
| | | | Signed-off-by: mwrock <matt@mattwrock.com>
* provide powershell_exec functionality on x86ps_exec_x86mwrock2020-10-09606-0/+2539
| | | | Signed-off-by: mwrock <matt@mattwrock.com>
* add interpreter arg to powershell_exec allowing it to run powershell coremwrock2020-10-01302-0/+2536
| | | | Signed-off-by: mwrock <matt@mattwrock.com>
* move dist implementation into chef-utilsMarc Chamberland2020-09-151-18/+18
| | | | | Signed-off-by: Marc Chamberland <chamberland.marc@gmail.com> Signed-off-by: Lance Albertson <lance@osuosl.org>
* More files free of spelling violations.Pete Higgins2020-05-181-3/+3
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Templating powershell extensions to inject distro constantsMarc Chamberland2020-02-241-0/+459
| | | | Signed-off-by: Marc Chamberland <chamberland.marc@gmail.com>
* remove static wrapper scriptMarc Chamberland2020-02-241-459/+0
| | | | Signed-off-by: Marc Chamberland <chamberland.marc@gmail.com>
* Adding VC Redistributable files required for powershell_exec on Windowssp/vcredistStuart Preston2018-12-182-0/+0
| | | | Signed-off-by: Stuart Preston <stuart@chef.io>
* Move bindir copy logic into Gemfile to be used by BundlerStuart Preston2018-06-233-0/+0
| | | | Signed-off-by: Stuart Preston <stuart@chef.io>
* powershell_exec uses FFI instead of COMStuart Preston2018-06-192-0/+0
| | | | Signed-off-by: Stuart Preston <stuart@chef.io>
* Remove the manpagesmanpagesTim Smith2018-03-11163-26476/+0
| | | | | | These are horribly outdated and we shouldn't have people using them for decision making Signed-off-by: Tim Smith <tsmith@chef.io>
* Initial commit of new Chef PowerShell supportStuart Preston2018-03-032-0/+0
| | | | Signed-off-by: Stuart Preston <stuart@chef.io>
* Add support for knife bootstrap-preinstall-commandS.Cavallo2018-02-151-0/+2
| | | | Signed-off-by: S. Cavallo <smcavallo@hotmail.com>
* Merge pull request #6607 from andyfeller/knife-search-doc-quote-fixesThom May2018-01-223-15/+15
|\ | | | | Fixing missing and/or inconsistent quoting in knife search documentation
| * Fixing missing and/or inconsistent quoting in knife search documentationAndy Feller2017-11-283-15/+15
| | | | | | | | | | Obvious fix. Signed-off-by: Andy Feller <andrew.feller@gmail.com>
* | Fix issue with Powershell function bufferJohn Snow2017-12-211-5/+1
|/ | | | | | | | Issue Fixed: https://github.com/chef/chef-dk/issues/1236 Signed-off-by: John Snow <thelunaticscripter@outlook.com>
* Don't spin in powershell module that launches chef processesksubrama/SUSTAIN-731Kartik Null Cating-Subramanian2017-10-061-2/+23
| | | | Signed-off-by: Kartik Null Cating-Subramanian <ksubramanian@chef.io>
* Remove non-working documention statements/arguments.Ronald Gundlach-Chmara2016-12-232-24/+8
| | | | | | Obvious fix. Signed-off-by: Ronald Gundlach-Chmara <ronabop@gmail.com>
* Merge pull request #5549 from coolmacool/vr/powershell-module-outputBryan McLellan2016-12-091-24/+139
|\ | | | | PowerShell module output pass through
| * fix memory leakVince Rimkus2016-11-171-2/+1
| | | | | | | | Signed-off-by: Vince Rimkus <vjrimkus@outlook.com>
| * PowerShell module output pass throughVince Rimkus2016-11-151-24/+140
| | | | | | | | | | | | This commit fixes #4045 where the output from any of the chef executables wrapped by the module functions would not allow redirection or variable capture. Signed-off-by: Vince Rimkus <vjrimkus@outlook.com>
* | Modify `knife configure` example `chef_server_url`Jerry Aldrich III2016-12-011-2/+3
|/ | | | | | | A working `knife.rb` needs `chef_server_url` to contain `organizations` in it's url. Signed-off-by: Jerry Aldrich III <jerry@chef.io>
* More Opscode -> Chef updatesTim Smith2016-10-203-4/+4
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* chef-client: add --[no]skip-cookbook-sync optionJos Backus2016-02-171-0/+2
| | | | | Use with caution. Useful for patching a set of cookbooks on a machine when iterating during development.
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-024-4/+4
| | | Generated via git ls-files | xargs perl -pi -e "s/[Cc]opyright (?:\([Cc]\) )?((?\!$(date +%Y))\\d{4})(-\\d{4})?([, ][ \d]+)*(,|(?= ))/Copyright \\1-$(date +%Y),/g"
* Update more references from cookbooks -> supermarketTim Smith2015-09-272-29/+29
|
* Release handles, set exit-code and handle errors.Kartik Null Cating-Subramanian2015-06-091-9/+47
|
* Move the type imports into the Chef namespace.Kartik Null Cating-Subramanian2015-06-091-11/+40
|
* Switch to using Win32 API to spawn a process.Kartik Null Cating-Subramanian2015-06-091-15/+159
|
* Rewrote this after I fully understood the madness involved.Kartik Null Cating-Subramanian2015-06-091-21/+77
|
* Change paths to correctly call embedded ruby.Kartik Null Cating-Subramanian2015-06-091-3/+16
|
* Moved module file into its own directory. This helps module auto-detection.Kartik Null Cating-Subramanian2015-06-091-0/+0
|
* Refactor the argument quoting logic and export one function for each binary.Kartik Null Cating-Subramanian2015-06-091-24/+37
|
* Add a chef powershell module that wraps ruby invocations.Kartik Null Cating-Subramanian2015-06-091-0/+34
|
* Update man pages with links to the docs siteTim Smith2015-05-0124-41/+37
|
* add man page for chef-applyjamescott2014-12-081-0/+86
|
* typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-086-6/+6
|
* update html pages for chef-client 12jamescott2014-11-0322-123/+348
|
* update man pages for chef-client 12jamescott2014-11-0334-116/+342
|
* Remove old, outdated distro initscripts.Julian C. Dunn2014-10-2442-2048/+0
|
* update HTML man pagesjamescott2014-09-2541-335/+1220
|
* update knife xargs man page examplesjamescott2014-09-251-3/+3
|
* update CTLs for 11.16jamescott2014-09-2534-258/+301
|
* update knife man pages; add knife servejamescott2014-07-0231-288/+510
|
* update chef-solo man pagejamescott2014-07-021-14/+13
|
* update chef-client man pagejamescott2014-07-021-10/+13
|