Version information
released May 8th 2014
Start using this module
Add this module to your Puppetfile:
mod 'dylanratcliffe-winoptionalfeature', '0.0.6'
Learn more about managing modules with a PuppetfileDocumentation
dylanratcliffe/winoptionalfeature — version 0.0.6 May 8th 2014
SUMMARY:
This puppet module creates a new defined type 'winoptionalfeature'. This can be called within any class to install/remove windows features from a non Windows Server OS 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 'Enable-WindowsOptionalFeature' and 'Disable-WindowsOptionalFeature'.
Inspired from puppet module: https://forge.puppetlabs.com/opentable/windows_feature
DEPENDENCIES:
- The ability so start Powershell as Administartor
- powershell puppet module: https://forge.puppetlabs.com/joshcooper/powershell
USAGE:
EXAMPLES:
Dependencies
- joshcooper/powershell (>=0.0.5)
Copyright 2013 Dylan Ratcliffe 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.