21 lines
524 B
JSON
21 lines
524 B
JSON
{
|
|
"name": "gardouille-dynmotd",
|
|
"version": "0.2.1",
|
|
"author": "Gardouille",
|
|
"summary": "Manage a 'dynamic' MotD",
|
|
"license": "WTFPL",
|
|
"source": "https://git.101010.fr/puppet/dynmotd",
|
|
"project_page": "https://git.101010.fr/puppet/dynmotd",
|
|
"issues_url": "https://git.101010.fr/puppet/dynmotd/issues",
|
|
"description": "Dynamic Motd module",
|
|
"operatingsystem_support": [
|
|
{
|
|
"operatingsystem":"Debian"
|
|
}
|
|
],
|
|
"dependencies": [
|
|
{"name":"puppetlabs/stdlib","version_requirement":"4.x"}
|
|
]
|
|
}
|
|
|