Remove nzbget change

This commit is contained in:
Joseph Hall 2012-07-27 09:29:17 -06:00
parent 9a845da08d
commit e3a7a4c346

View File

@ -6,7 +6,7 @@ import salt.utils
def __virtual__():
'''
Only load the module if nzbget is installed
Only load the module if apache is installed
'''
cmd = 'nzbget'
if salt.utils.which(cmd):