-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
25 lines (24 loc) · 1.19 KB
/
metadata.json
File metadata and controls
25 lines (24 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"project_page": "",
"license": "Apache License, Version 2.0",
"source": "https://github.com/dylanratcliffe1/winoptionalfeature",
"types": [
],
"description": "This puppet module creates a new defined type 'winoptionalfeature'. This can be called within any\nclass to install/remove windows features based on their ID string ex: 'Web-Server' or a \ncomma seperated list of feature IDs ex: 'Telnet-Client,Telnet-Server' \n\nThe functionality is simply a wrapper to the powershell cmdlets 'Enable-WindowsOptionalFeature' and 'Disable-WindowsOptionalFeature'.\nAll cmdlet parameters are supported by this module.\n\nInspired from puppet module: https://forge.puppetlabs.com/admin36/winfeature",
"version": "0.0.3",
"summary": "Installs and Removes Windows Features",
"name": "dylanratcliffe-winoptionalfeature",
"author": "Dylan Ratcliffe",
"dependencies": [
{
"name": "joshcooper/powershell",
"version_requirement": ">=0.0.5"
}
],
"checksums": {
"Modulefile": "d91a69834ac4e39832d3448b1a270cf8",
"README.md": "9fa406743f16b0a9357e5ff65413aca5",
"license": "df1e40caa04a8916d4373abe9c19e465",
"manifests/init.pp": "903eb33c981fdf1a524c71c82f77093b"
}
}