Version information
released Dec 9th 2013
Start using this module
Add this module to your Puppetfile:
mod 'admin36-winfeature', '0.0.3'
Learn more about managing modules with a PuppetfileDocumentation
admin36/winfeature — version 0.0.3 Dec 9th 2013
SUMMARY:
This puppet module creates a new defined type 'winfeature'. This can be called within any class to install/remove windows features based on their ID string ex: 'Web-Server' or a comma seperated list of feature IDs ex: 'Telnet-Client,Telnet-Server'
The functionality is simply a wrapper to the powershell cmdlets 'Add-WindowsFeature' and 'Remove-WindowsFeature'. All cmdlet parameters are supported by this module. For details about how the above cmdlets operates, please see the following microsoft KB Article: http://technet.microsoft.com/en-us/library/cc732263.aspx#BKMK_powershell
Inspired from puppet module: https://forge.puppetlabs.com/opentable/windows_feature
DEPENDENCIES:
- Powershell 'Servermanager' module available on local server
- powershell puppet module: https://forge.puppetlabs.com/joshcooper/powershell
USAGE:
EXAMPLES:
Dependencies
- joshcooper/powershell (>=0.0.5)
Copyright 2013 Regan Daniel Laitila Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.