mirror of
https://github.com/Adam-Ant/puppet-motd
synced 2024-11-05 15:56:22 +00:00
19 lines
390 B
JSON
19 lines
390 B
JSON
|
{
|
||
|
"name": "adamant-motd",
|
||
|
"version": "0.1.0",
|
||
|
"author": "Adam Dodman",
|
||
|
"summary": "Install a standardized MOTD banner",
|
||
|
"license": "GPLv3",
|
||
|
"source": "",
|
||
|
"project_page": "github.com/REPLACEME",
|
||
|
"issues_url": "github.com/REPLACEISSUE",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "puppetlabs-stdlib",
|
||
|
"version_requirement": ">= 1.0.0"
|
||
|
}
|
||
|
],
|
||
|
"data_provider": null
|
||
|
}
|
||
|
|