move group dns to features
bundlewrap/pipeline/head This commit looks good Details

This commit is contained in:
Franzi 2020-08-20 11:17:36 +02:00
parent 21343f6213
commit 35d7011848
Signed by: kunsi
GPG Key ID: 12E3D2136B818350
2 changed files with 6 additions and 8 deletions

View File

@ -1,8 +0,0 @@
groups['dns'] = {
'bundles': {
'bind',
},
'metadata': {
},
}

View File

@ -4,3 +4,9 @@ groups['webserver'] = {
'nginx',
},
}
groups['dns'] = {
'bundles': {
'bind',
},
}