forked from ryanycoleman/rcoleman-mac_profiles_handler
-
Notifications
You must be signed in to change notification settings - Fork 9
/
metadata.json
33 lines (33 loc) · 776 Bytes
/
metadata.json
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
26
27
28
29
30
31
32
33
{
"name": "puppet-mac_profiles_handler",
"author": "",
"license": "",
"version": "2.0.0",
"summary": "Puppet Module for managing macOS Configuration Profiles",
"source": "https://github.com/keeleysam/puppet-mac_profiles_handler",
"project_page": "https://github.com/keeleysam/puppet-mac_profiles_handler",
"issues_url": "https://github.com/keeleysam/puppet-mac_profiles_handler/issues",
"tags": [
"macOS",
"OS X",
"mobileconfig",
"profiles"
],
"operatingsystem_support": [
{
"operatingsystem": "Darwin"
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.4.0"
}
],
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 2.3.1"
}
]
}