-
Notifications
You must be signed in to change notification settings - Fork 21
/
metadata.json
33 lines (33 loc) · 911 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": "sfu-managedmac",
"version": "0.7.3",
"author": "Brian Warsing <[email protected]>",
"summary": "Comprehensive OS X Configuration and Management",
"license": "Apache License, Version 2.0",
"source": "https://github.com/dayglojesus/managedmac",
"project_page": "https://github.com/dayglojesus/managedmac",
"issues_url": "https://github.com/dayglojesus/managedmac/issues",
"description": "A giant Puppet module for OS X. Abstracts all the things.",
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.1.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "Darwin",
"operatingsystemrelease": ["10.9", "10.10", "10.11"]
}
],
"requirements": [
{
"name": "pe",
"version_requirement": ">=3.8.3 <4.0.0"
},
{
"name": "puppet",
"version_requirement": ">=3.8.3 <4.0.0"
}
]
}