Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/sous-chefs/powershell

Development repository for the powershell cookbook
https://github.com/sous-chefs/powershell

release v1.0.8

4b175affe1a8a7d091a8ca905a580bf975af5edc authored about 12 years ago by jtimberman <[email protected]>
Merge pull request #1 from paulmooring/COOK-1834

Added updated_by_last_action to :run action

a0afdd84138485fbef01a08e6efcebd5c9ab6916 authored about 12 years ago by Joshua Timberman <[email protected]>
add name attribute to metadata

d4ee0fef45f403231121d170da7cb5cb0fae33f5 authored about 12 years ago by jtimberman <[email protected]>
Added updated_by_last_action to :run action

22c0c359db3bb1fed3635ec0298bcf8ad2540447 authored about 12 years ago by Paul Mooring <[email protected]>
powershell v1.0.6

* Refactor the powershell resource from a core-Chef monkey-patch
into a proper LWRP.
* Take adva...

7d8850a4c395f80d7a1554c6ae38ecdc12d94573 authored over 12 years ago by Seth Chisamore <[email protected]>
Merge branch 'improvements'

f9226c2f2a3e54fa19ed4f7e2173eb54feefddff authored over 12 years ago by Seth Chisamore <[email protected]>
update README with latest LWRP attribute usage

72bf198aa7614986806bdad7e8e16434c60c96b6 authored over 12 years ago by Seth Chisamore <[email protected]>
ensure more sane default options are set on PowerShell process

e27ec1bf68b12fb3e63ee9b8e6f675434f754047 authored over 12 years ago by Seth Chisamore <[email protected]>
[COOK-630] force powershell scripts to terminate immediately and return an error code on failure

914095a4663c3c33a803cec2e13a562a13877597 authored over 12 years ago by Seth Chisamore <[email protected]>
Take advantage of native Win32 support for `cwd` and `environment` in Chef 0.10.8+.

3f595abfa637bc7ee76f86f90e2188faf3e25b7f authored over 12 years ago by Seth Chisamore <[email protected]>
Refactor the powershell resource from a core-Chef monkey-patch into a proper LWRP.

b58518bc812dac838e3b400070552ac9f96efe31 authored over 12 years ago by Seth Chisamore <[email protected]>
[COOK-1087] Update the CONTRIBUTING file to fix a minor typo

5eb91bd7b27ecd40839d569c8443a147edeb0da1 authored almost 13 years ago by Nathen Harvey <[email protected]>
Merge branch 'master' of github.com:customink/cookbooks

b738d7efe37d4c7fba10c99521f672a893b259af authored almost 13 years ago by Nathen Harvey <[email protected]>
Preparing repository for splitting cookbooks into their own repos.

* Add a CONTRIBUTING file to each cookbook.
* Move the Changes/Roadmap section(s) to CHANGELOG.m...

a41328a9beb36180a9bdcc644336d1664fc4aaf7 authored almost 13 years ago by jtimberman <[email protected]>
powershell v1.0.4

58dfce25b16536edfd62803fa82f4c6d7f129f92 authored almost 13 years ago by jtimberman <[email protected]>
COOK-988 Update Helper to not use STDIN

d99dc78613255e8fa33fb3aa8efcaa948eb25441 authored almost 13 years ago by Paul Morton <[email protected]>
COOK-988 Tell powershell to ignore stdin

fe1b1654597abecb823730e392b51d2e21d17c9e authored almost 13 years ago by Paul Morton <[email protected]>
powershell v1.0.2

* always reference powershell.exe in a fully qualified way in case PATH
* move download url and ...

739a035f1e16623788a50d1819571796c2bd7447 authored about 13 years ago by Seth Chisamore <[email protected]>
move download url and checksums to attribute file

ab8ad06268c12f34f6f44d1ba1c7a9e71d83e090 authored about 13 years ago by Seth Chisamore <[email protected]>
massive refactor of default recipe...leverages windows_package and version helper provided by recent windows cookbook updates

3446cede5478cc2d28b4dd464d6feeecdd75378b authored about 13 years ago by Seth Chisamore <[email protected]>
alwasy reference powershell.exe in a fully qualified way in case PATH

hasn't been updated..ie powershell was installed during the current chef
run

90cd47c24d21c17fbd0602d6ec798a0446e55580 authored about 13 years ago by Seth Chisamore <[email protected]>
add non-trival set hostname example for powershell resource

24b75133572847e1e002061a63ce9fb12389b199 authored about 13 years ago by Seth Chisamore <[email protected]>
merge upstream

87fe96d2376af0746c86457b052c710383f258e9 authored over 13 years ago by Nathen Harvey <[email protected]>
powershell v1.0.1, [COOK-581] force 64-bit powershell process from 32-bit ruby processes

9b3001ba0e8f119b8a8b3a110b7ac4dca7516551 authored over 13 years ago by Seth Chisamore <[email protected]>
[COOK-581] force 64-bit powershell process from 32-bit ruby processes

47e9a7c45ef4700aba069d12c65c96095dd635b1 authored over 13 years ago by Seth Chisamore <[email protected]>
chef 0.10 doesn't need metadata.json

1b76339aff742de399bb52da0b78c44a6f5211cd authored over 13 years ago by jtimberman <[email protected]>
[COOK-505] create a powershell cookbook

* downloads, installs and configures PowerShell 2.0 depending on the Windows version.
* exposes ...

f4ad845b327739b13c0fe9d4d06faae898781cf5 authored over 13 years ago by Seth Chisamore <[email protected]>