From 4ddf1cab414fd6e0061755853edf84b3d51f1169 Mon Sep 17 00:00:00 2001 From: tigro Date: Tue, 16 Apr 2024 09:26:49 +0300 Subject: [PATCH] Update modules files --- go-toolset.yaml | 11 ++++++----- httpd.yaml | 11 ++++++----- nginx.yaml | 23 ++++++++++------------- nodejs.yaml | 23 ++++++++++------------- php.yaml | 20 +++++++++----------- redis.yaml | 14 +++++++------- squid.yaml | 11 ++++++----- 7 files changed, 54 insertions(+), 59 deletions(-) diff --git a/go-toolset.yaml b/go-toolset.yaml index ab9272d..a428e76 100644 --- a/go-toolset.yaml +++ b/go-toolset.yaml @@ -1,8 +1,9 @@ +--- +document: modulemd-defaults +version: 1 data: module: go-toolset profiles: - rhel8: - - common - stream: rhel8 -document: modulemd-defaults -version: '1' + rhel8: [common] +... + diff --git a/httpd.yaml b/httpd.yaml index 981d204..2e5e907 100644 --- a/httpd.yaml +++ b/httpd.yaml @@ -1,8 +1,9 @@ +--- +document: modulemd-defaults +version: 1 data: module: httpd profiles: - '2.4': - - common - stream: '2.4' -document: modulemd-defaults -version: '1' + 2.4: [common] +... + diff --git a/nginx.yaml b/nginx.yaml index 76893f1..953944e 100644 --- a/nginx.yaml +++ b/nginx.yaml @@ -1,16 +1,13 @@ +--- +document: modulemd-defaults +version: 1 data: module: nginx profiles: - '1.14': - - common - '1.16': - - common - '1.18': - - common - '1.20': - - common - '1.22': - - common - stream: '1.14' -document: modulemd-defaults -version: '1' + 1.14: [common] + 1.16: [common] + 1.20: [common] + 1.22: [common] + 1.24: [common] +... + diff --git a/nodejs.yaml b/nodejs.yaml index 47d206f..3e9e8c5 100644 --- a/nodejs.yaml +++ b/nodejs.yaml @@ -1,16 +1,13 @@ +--- +document: modulemd-defaults +version: 1 data: module: nodejs profiles: - '12': - - common - '14': - - common - '16': - - common - '18': - - common - '20': - - common - stream: '12' -document: modulemd-defaults -version: '1' + 12: [common] + 14: [common] + 16: [common] + 18: [common] + 20: [common] +... + diff --git a/php.yaml b/php.yaml index 41be4f1..4fd185e 100644 --- a/php.yaml +++ b/php.yaml @@ -1,14 +1,12 @@ +--- +document: modulemd-defaults +version: 1 data: module: php profiles: - '7.2': - - common - '7.3': - - common - '7.4': - - common - '8.0': - - common - stream: '7.2' -document: modulemd-defaults -version: '1' + 7.2: [common] + 7.3: [common] + 7.4: [common] + 8.0: [common] +... + diff --git a/redis.yaml b/redis.yaml index 61b2b32..af0c007 100644 --- a/redis.yaml +++ b/redis.yaml @@ -1,10 +1,10 @@ +--- +document: modulemd-defaults +version: 1 data: module: redis profiles: - '5': - - common - '6': - - common - stream: '5' -document: modulemd-defaults -version: '1' + 5: [common] + 6: [common] +... + diff --git a/squid.yaml b/squid.yaml index a572169..419b3d0 100644 --- a/squid.yaml +++ b/squid.yaml @@ -1,8 +1,9 @@ +--- +document: modulemd-defaults +version: 1 data: module: squid profiles: - '4': - - common - stream: '4' -document: modulemd-defaults -version: '1' + 4: [common] +... +