diff --git a/groups/dns.py b/groups/dns.py deleted file mode 100644 index 470c5c4..0000000 --- a/groups/dns.py +++ /dev/null @@ -1,8 +0,0 @@ -groups['dns'] = { - 'bundles': { - 'bind', - }, - 'metadata': { - }, -} - diff --git a/groups/features.py b/groups/features.py index 4adf2b8..c7c0c25 100644 --- a/groups/features.py +++ b/groups/features.py @@ -4,3 +4,9 @@ groups['webserver'] = { 'nginx', }, } + +groups['dns'] = { + 'bundles': { + 'bind', + }, +}