diff --git a/manifests/core_host_inventory.pp b/manifests/core_host_inventory.pp index b7c1705..76f3767 100644 --- a/manifests/core_host_inventory.pp +++ b/manifests/core_host_inventory.pp @@ -201,7 +201,7 @@ 'Image' => $image, 'ContainerName' => 'iop-core-host-inventory', 'Network' => 'iop-core-network', - 'Exec' => 'make run_inv_mq_service', + 'Exec' => './inv_mq_service.py', 'Environment' => [ 'KAFKA_BOOTSTRAP_SERVERS=PLAINTEXT://iop-core-kafka:9092', 'USE_SUBMAN_ID=true',