2015-01-23 16:18:55 +01:00
|
|
|
{
|
|
|
|
"name": "gardouille-dynmotd",
|
2015-02-09 11:05:01 +01:00
|
|
|
"version": "0.2.1",
|
2015-01-23 16:18:55 +01:00
|
|
|
"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",
|
2015-02-03 12:22:37 +01:00
|
|
|
"description": "Dynamic Motd module",
|
|
|
|
"operatingsystem_support": [
|
|
|
|
{
|
|
|
|
"operatingsystem":"Debian"
|
|
|
|
}
|
|
|
|
],
|
2015-01-23 16:18:55 +01:00
|
|
|
"dependencies": [
|
2015-02-03 12:22:37 +01:00
|
|
|
{"name":"puppetlabs/stdlib","version_requirement":"4.x"}
|
2015-01-23 16:18:55 +01:00
|
|
|
]
|
|
|
|
}
|
|
|
|
|