added back return false for when not debian

This commit is contained in:
Brian Coca 2017-02-01 15:58:32 -05:00
commit d4a8816f48

View file

@ -943,6 +943,8 @@ class Distribution(object):
elif 'Ubuntu' in data:
self.facts['distribution'] = 'Ubuntu'
# nothing else to do, Ubuntu gets correct info from python functions
else:
return False
def get_distribution_Mandriva(self, name, data, path):
if 'Mandriva' in data: