-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
28 lines (28 loc) · 928 Bytes
/
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
{
"name": "itmanagerro-bash_history",
"version": "1.0.6",
"author": "Mihai Cornateanu",
"summary": "Puppet module for Bash history",
"license": "Apache-2.0",
"source": "https://github.com/itmanagerro/puppet-bash_history.git",
"description": "Puppet module for installing and configuring an extended Bash history",
"project_page": "https://github.com/itmanagerro/puppet-bash_history",
"issues_url": "https://github.com/itmanagerro/puppet-bash_history/issues",
"tags": ["puppet", "module", "bash", "history", "bash_history", "extended", "extra", "realtime"],
"operatingsystem_support": [
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [ "6.7" ]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [ "6.0.10", "7.8", "8.2" ]
}
],
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">=1.2.3 <6.5.4"
}
]
}