Skip to content

Commit 25cea4c

Browse files
committed
chore: modernize metadata.json
1 parent 018a4a9 commit 25cea4c

1 file changed

Lines changed: 18 additions & 23 deletions

File tree

metadata.json

Lines changed: 18 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,11 @@
22
"name": "ULHPC-bash",
33
"version": "0.8.0",
44
"author": "UL HPC Team",
5-
"mail": "hpc-sysadmins@uni.lu",
65
"summary": "Configure and manage Bourne Again SHell (Bash) dotfiles and profiles",
7-
"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.",
86
"license": "Apache-2.0",
97
"source": "https://github.com/ULHPC/puppet-bash",
10-
"docs_project": "ulhpc-puppet-bash",
118
"project_page": "https://github.com/ULHPC/puppet-bash",
129
"issues_url": "https://github.com/ULHPC/puppet-bash/issues",
13-
"forge_url": "https://forge.puppetlabs.com/ULHPC/bash",
1410
"dependencies": [
1511
{
1612
"name": "puppetlabs-stdlib",
@@ -29,49 +25,48 @@
2925
{
3026
"operatingsystem": "Debian",
3127
"operatingsystemrelease": [
32-
"6",
33-
"7"
28+
"11",
29+
"12",
30+
"13"
3431
]
3532
},
3633
{
3734
"operatingsystem": "RedHat",
3835
"operatingsystemrelease": [
39-
"6",
4036
"7",
4137
"8",
42-
"9"
38+
"9",
39+
"10"
4340
]
4441
},
4542
{
4643
"operatingsystem": "CentOS",
4744
"operatingsystemrelease": [
48-
"6",
4945
"7",
50-
"8"
46+
"8",
47+
"9",
48+
"10"
5149
]
5250
},
5351
{
5452
"operatingsystem": "Rocky",
5553
"operatingsystemrelease": [
5654
"8",
57-
"9"
55+
"9",
56+
"10",
5857
]
5958
}
6059
],
60+
"requirements": [
61+
{
62+
"name": "puppet",
63+
"version_requirement": ">= 8.0.0 < 9.0.0"
64+
}
65+
],
6166
"tags": [
6267
"shell",
6368
"gnu",
6469
"bash"
6570
],
66-
"classes": [
67-
"bash",
68-
"bash::common",
69-
"bash::common::debian",
70-
"bash::common::redhat",
71-
"bash::params"
72-
],
73-
"definitions": [
74-
"bash::config",
75-
"bash::setup"
76-
]
77-
}
71+
}
72+

0 commit comments

Comments
 (0)