move group dns to features
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
21343f6213
commit
35d7011848
2 changed files with 6 additions and 8 deletions
|
@ -1,8 +0,0 @@
|
||||||
groups['dns'] = {
|
|
||||||
'bundles': {
|
|
||||||
'bind',
|
|
||||||
},
|
|
||||||
'metadata': {
|
|
||||||
},
|
|
||||||
}
|
|
||||||
|
|
|
@ -4,3 +4,9 @@ groups['webserver'] = {
|
||||||
'nginx',
|
'nginx',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
groups['dns'] = {
|
||||||
|
'bundles': {
|
||||||
|
'bind',
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue