-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmetadata.json
71 lines (71 loc) · 1.96 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "ULHPC/bash",
"version": "0.7.7",
"author": "UL HPC Team",
"mail": "hpc-sysadmins@uni.lu",
"summary": "Configure and manage Bourne Again SHell (Bash) dotfiles and profiles",
"description": "Configure and manage Bourne Again SHell (Bash) dotfiles and profile.\r\n Bourne Again SHell (Bash) is the GNU Project's shell. Bash is an sh-compatible shell that incorporates useful features from the Korn shell (ksh) and C shell (csh). It is intended to conform to the IEEE POSIX P1003.2/ISO 9945.2 Shell and Tools standard. It offers functional improvements over sh for both programming and interactive use. In addition, most sh scripts can be run by Bash without modification.",
"license": "Apache-2.0",
"source": "https://github.com/ULHPC/puppet-bash",
"docs_project": "ulhpc-puppet-bash",
"project_page": "https://github.com/ULHPC/puppet-bash",
"issues_url": "https://github.com/ULHPC/puppet-bash/issues",
"forge_url": "https://forge.puppetlabs.com/ULHPC/bash",
"dependencies": [
{
"name": "puppetlabs-stdlib",
"version_requirement": "4.x"
},
{
"name": "puppetlabs-vcsrepo",
"version_requirement": ">=1.3.0 <2.0.0"
},
{
"name": "puppetlabs/concat",
"version_requirement": ">=1.2.0 <5.0.0"
},
{
"name": "unibet-profiled",
"version_requirement": ">= 0.1.4 < 1.0.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"6",
"7"
]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"6",
"7"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"6",
"7"
]
}
],
"tags": [
"shell",
"gnu",
"bash"
],
"classes": [
"bash",
"bash::common",
"bash::common::debian",
"bash::common::redhat",
"bash::params"
],
"definitions": [
"bash::config",
"bash::setup"
]
}