From f3c54bd3e5fc76c55d04664a5ad50d320a798d3c Mon Sep 17 00:00:00 2001 From: tigro Date: Tue, 16 Apr 2024 10:13:25 +0300 Subject: [PATCH] Added default streams --- go-toolset.yaml | 1 + httpd.yaml | 1 + nginx.yaml | 1 + nodejs.yaml | 1 + php.yaml | 1 + redis.yaml | 1 + squid.yaml | 1 + 7 files changed, 7 insertions(+) diff --git a/go-toolset.yaml b/go-toolset.yaml index a428e76..ba56478 100644 --- a/go-toolset.yaml +++ b/go-toolset.yaml @@ -3,6 +3,7 @@ document: modulemd-defaults version: 1 data: module: go-toolset + stream: rhel8 profiles: rhel8: [common] ... diff --git a/httpd.yaml b/httpd.yaml index 2e5e907..69d63a2 100644 --- a/httpd.yaml +++ b/httpd.yaml @@ -3,6 +3,7 @@ document: modulemd-defaults version: 1 data: module: httpd + stream: '2.4' profiles: 2.4: [common] ... diff --git a/nginx.yaml b/nginx.yaml index 953944e..6675fda 100644 --- a/nginx.yaml +++ b/nginx.yaml @@ -3,6 +3,7 @@ document: modulemd-defaults version: 1 data: module: nginx + stream: '1.14' profiles: 1.14: [common] 1.16: [common] diff --git a/nodejs.yaml b/nodejs.yaml index 3e9e8c5..6305c51 100644 --- a/nodejs.yaml +++ b/nodejs.yaml @@ -3,6 +3,7 @@ document: modulemd-defaults version: 1 data: module: nodejs + stream: '12' profiles: 12: [common] 14: [common] diff --git a/php.yaml b/php.yaml index 4fd185e..d2df046 100644 --- a/php.yaml +++ b/php.yaml @@ -3,6 +3,7 @@ document: modulemd-defaults version: 1 data: module: php + stream: '7.2' profiles: 7.2: [common] 7.3: [common] diff --git a/redis.yaml b/redis.yaml index af0c007..397735e 100644 --- a/redis.yaml +++ b/redis.yaml @@ -3,6 +3,7 @@ document: modulemd-defaults version: 1 data: module: redis + stream: '5' profiles: 5: [common] 6: [common] diff --git a/squid.yaml b/squid.yaml index 419b3d0..3d57706 100644 --- a/squid.yaml +++ b/squid.yaml @@ -3,6 +3,7 @@ document: modulemd-defaults version: 1 data: module: squid + stream: '4' profiles: 4: [common] ...