Skip to content

Commit

Permalink
powershell v1.0.2
Browse files Browse the repository at this point in the history
* always reference powershell.exe in a fully qualified way in case PATH
* move download url and checksums to attribute file
* massive refactor of default recipe...leverages windows_package and
version helper provided by recent windows cookbook updates
  • Loading branch information
schisamo committed Oct 28, 2011
1 parent d6af4b1 commit 05b7671
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 12 deletions.
29 changes: 18 additions & 11 deletions powershell/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,6 @@ Description

Installs and configures PowerShell 2.0. Also includes a resource/provider for executing scripts using the PowerShell interpreter.

Changes
=======

## v1.0.1:

* [COOK-581] force 64-bit powershell process from 32-bit ruby processes

## v1.0.0:

* initial release

Requirements
============

Expand Down Expand Up @@ -132,6 +121,24 @@ On the following versions of Windows, PowerShell 2.0 is present and must just be

**PLEASE NOTE** - The installation may require a restart of the node being configured before PowerShell (or the powershell script resource) can be used (yeah Windows!).

Changes
=======

## v1.0.2:

* always reference powershell.exe in a fully qualified way in case PATH
* move download url and checksums to attribute file
* massive refactor of default recipe...leverages windows_package and version helper
provided by recent windows cookbook updates

## v1.0.1:

* [COOK-581] force 64-bit powershell process from 32-bit ruby processes

## v1.0.0:

* initial release

License and Author
==================

Expand Down
5 changes: 4 additions & 1 deletion powershell/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
license "Apache 2.0"
description "Installs/Configures PowerShell 2.0 on the Windows platform"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "1.0.1"
version "1.0.2"

recipe "powershell::default", "Installs and configures PowerShell 2.0"

supports "windows"
depends "windows", ">= 1.2.8"

0 comments on commit 05b7671

Please sign in to comment.