-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
27 lines (27 loc) · 843 Bytes
/
metadata.json
File metadata and controls
27 lines (27 loc) · 843 Bytes
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
{
"name": "decaturmakers-octoprintpi",
"version": "0.1.0",
"author": "decaturmakers",
"summary": "Puppet module for configuring and managing Raspberry Pis running OctoPrint and related software.",
"license": "MIT",
"source": "https://github.com/DecaturMakers/puppet-octoprintpi",
"project_page": "https://github.com/DecaturMakers/puppet-octoprintpi",
"issues_url": "https://github.com/DecaturMakers/puppet-octoprintpi/issues",
"dependencies": [
{ "name":"puppetlabs/stdlib","version_requirement":">= 8.2.0 < 9.0.0" }
],
"operatingsystem_support": [
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"11"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 5.5.0 < 9.0.0"
}
]
}