move group dns to features
All checks were successful
bundlewrap/pipeline/head This commit looks good

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', 'nginx',
}, },
} }
groups['dns'] = {
'bundles': {
'bind',
},
}