Differentiate between an expired license and a non-existant license

This commit is contained in:
Chris Meyers
2015-06-16 15:59:23 -04:00
parent 3522920b08
commit fcc789f13b
3 changed files with 41 additions and 19 deletions

View File

@@ -1093,6 +1093,7 @@ class RunInventoryUpdate(BaseTask):
# Pass inventory source ID to inventory script.
env['INVENTORY_SOURCE_ID'] = str(inventory_update.inventory_source_id)
env['INVENTORY_UPDATE_ID'] = str(inventory_update.pk)
# Set environment variables specific to each source.
#