Authored by root

Fix bug

... ... @@ -195,9 +195,6 @@ class EMRClusterScanner(object):
print 'Running playbook to sync DNS...'
syncResult = self.syncDNS(emrName)
if syncResult:
print 'Running playbook to sync DNS...'
syncResult = self.syncDNS(emrName)
if syncResult:
print 'DNS synced'
else:
print 'DNS sync failed'
... ...