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
|
---
# Intents optional:
document: modulemd-defaults
version: 1
data:
module: httpd
profiles:
'2.2': [client, server]
'2.8': [notreal]
intents:
workstation:
stream: '2.4'
profiles:
'2.4': [client]
'2.6': [client, server, bindings]
---
document: modulemd-defaults
version: 1
data:
module: postgresql
stream: '8.1'
profiles:
'8.1': [client, server, foo]
'8.3': [client, server]
---
document: modulemd-defaults
version: 1
data:
module: nodejs
stream: '8.0'
modified: 201909270000
profiles:
'6.0': [default]
'8.0': [super]
|