This commit is contained in:
Brian Coca 2015-04-13 10:49:31 -04:00
parent e609670fee
commit f8b5e0814c

View file

@ -177,7 +177,7 @@ class Facts(object):
data = out.split('\n')
self.facts['architecture'] = data[0]
except:
self.facts['architectrure' = 'Not Available'
self.facts['architectrure'] = 'Not Available'
elif self.facts['system'] == 'OpenBSD':
self.facts['architecture'] = platform.uname()[5]