Merge "Remove dead code"

This commit is contained in:
Jenkins 2016-06-03 15:08:59 +00:00 committed by Gerrit Code Review
commit 7f32a9eeaf
1 changed files with 0 additions and 3 deletions

View File

@ -49,9 +49,6 @@ def main():
)
p = module.params
paths = [
'common.yaml',
'fqdn/%s.yaml' % p['fqdn'] ]
paths = ['group/%s.yaml' % f for f in p['groups'] ]
paths.append('common.yaml')
paths.append('fqdn/%s.yaml' % p['fqdn'])