diff --git a/src/dice_lib/host.py b/src/dice_lib/host.py index 9d07469..8e8ce77 100644 --- a/src/dice_lib/host.py +++ b/src/dice_lib/host.py @@ -125,6 +125,8 @@ def __init__( "purchase_date": FacterCommand(command="node_info.purchase_date"), } +HOST_INFO_PROPERTIES = {**HOST_PROPERTIES, **PUPPET_COMMANDS, **FACTER_COMMANDS} + def execute_remote_commands( hostname: str, username: str, commands: dict[str, HostCommand]