Skip to content

Commit

Permalink
Not renaming, return a boolean in __virtual__().
Browse files Browse the repository at this point in the history
  • Loading branch information
s0undt3ch committed Mar 10, 2014
1 parent 306f0dd commit a18ab1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/modules/dnsutil.py
Expand Up @@ -18,7 +18,7 @@ def __virtual__():
Generic, should work on any platform (including Windows). Functionality
which requires dependencies outside of Python do not belong in this module.
'''
return 'dnsutil'
return True


def parse_hosts(hostsfile='/etc/hosts', hosts=None):
Expand Down

0 comments on commit a18ab1b

Please sign in to comment.