Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Not renaming, return a boolean in __virtual__().
  • Loading branch information
s0undt3ch committed Mar 10, 2014
1 parent 6cc7020 commit 9be40c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/modules/dnsmasq.py
Expand Up @@ -19,7 +19,7 @@ def __virtual__():
'''
if salt.utils.is_windows():
return False
return 'dnsmasq'
return True


def version():
Expand Down

0 comments on commit 9be40c8

Please sign in to comment.