forked from puppetlabs/puppetlabs-motd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.json
31 lines (30 loc) · 1.04 KB
/
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
{
"name": "puppetlabs-motd",
"version": "1.2.0",
"author": "puppetlabs",
"summary": "A simple module to demonstrate managing /etc/motd or Windows Logon Message as a template",
"license": "Apache License, Version 2.0",
"source": "https://github.com/puppetlabs/puppetlabs-motd",
"project_page": "https://github.com/puppetlabs/puppetlabs-motd",
"issues_url": "https://tickets.puppetlabs.com/browse/MODULES",
"types": [
],
"description": "This module simply manages /etc/motd or the Windows Logon Message as a template, showing interpolation of system attributes",
"operatingsystem_support": [
{
"operatingsystem":"RedHat",
"operatingsystemrelease":[ "5.0", "6.0", "7.0" ]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [ "12.04", "12.10", "14.04" ]
},
{
"operatingsystem": "Windows",
"operatingsystemrelease": [ "2008", "2008 R2", "2012", "2012 R2" ]
}
],
"dependencies": [
{"name":"puppetlabs/registry","version_requirement":"1.x"},
]
}