aws_powershell
Version information
This version is compatible with:
Start using this module
Add this module to your Puppetfile:
mod 'opentable-aws_powershell', '1.1.0'
Learn more about managing modules with a PuppetfileDocumentation
puppet-aws_powershell
####Table of Contents
- Overview
- Module Description - What the module does and why it is useful
- Setup - The basics of getting started with windowsfeature
- Usage - Configuration options and additional functionality
- Reference - An under-the-hood peek at what the module is doing and how
- Limitations - OS compatibility, etc.
- Development - Guide for contributing to the module
##Overview
The aws_powershell module installs the AWS PowerShell command line tools. These tools are used to manage AWS instances using PowerShell cmdlets.
##Module Description
The AWS Tools for Windows PowerShell lets developers and administrators manage their AWS services from the Windows PowerShell scripting environment. Now you can manage your AWS resources with the same Windows PowerShell tools you use to manage your Windows environment.
##Setup ###What download_file affects
- Installs the AWS PowerShell commands line tools. It does not add them to the path.
###Setup Requirements
- aws_powershell makes use of Powershell so you will need to have at least version 2.0 installed in order to use this module.
##Begining
To install with defaults
include aws_powershell
To install a custom version or a custom location:
class { 'aws_powershell':
package_name => 'MyPackageName.msi',
package_source => 'http://mypackagelocation.com'
}
##Usage
###Classes and Defined Types
####Class: aws_powershell
Parameters within aws_powershell
:
#####package_name
The name of the msi package to download
#####package_source
The http(s) location where the package can be located
#####download_dir
The directory to download the package to
##Reference
###Classes ####Public Classes
aws_powershell
: Install the AWS commandline tools.
#Limitations
This module is tested on the following platforms:
- Windows 2008
- Windows 2008 R2
- Windows 2012
- Windows 2012 R2
It is tested with the OSS version of Puppet only.
###Contributing
Please read CONTRIBUTING.md for full details on contributing to this project.
##2014-10-13 - Release 1.1.0 ###Summary
Updating dowload_file dependency to latest version
##2014-10-13 - Release 1.0.1 ###Summary
Fixing broken dowload_file dependency
##2014-10-10 - Release 1.0.0 ###Summary
Minor tweaks to standardize the quality of the module.
##2014-06-05 - Release 0.1.0 ###Summary
Initial release. Class to install AWS PowerShell Tools.
Dependencies
- puppetlabs/stdlib (>=3.0.0 <5.0.0)
- opentable/download_file (>= 1.0.0 <2.0.0)
Copyright (c) 2014 OpenTable, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.