-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
23 lines (22 loc) · 951 Bytes
/
metadata.json
File metadata and controls
23 lines (22 loc) · 951 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "sharpie-deploy_keys",
"version": "0.0.1",
"author": "Charlie Sharpsteen <source@sharpsteen.net>",
"summary": "Install and manage ssh keys and host aliases",
"license": "Apache-2.0",
"source": "https://github.com/Sharpie/puppet-deploy_keys",
"project_page": "https://github.com/Sharpie/puppet-deploy_keys",
"issues_url": "https://github.com/Sharpie/puppet-deploy_keys/issues",
"description": "A module to help manage SSH keys and associated aliases in SSH config. Aliases allow SSH-aware programs to access gated services with simple URLs without having to also manage configuration for SSH keys.",
"tags": ["deployment", "ssh", "git", "keys"],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 3.4.0"
}
],
"dependencies": [
{ "name": "puppetlabs/stdlib", "version_requirement": "4.x" },
{ "name": "herculesteam/augeasproviders_ssh", "version_requirement": "2.x" }
]
}