PuppetNode
Home > @backstage/plugin-catalog-backend-module-puppetdb
> PuppetNode
A node in PuppetDB.
Signature:
export type PuppetNode = {
timestamp: string;
certname: string;
latest_report_status: string;
hash: string;
producer_timestamp: string;
producer: string;
environment: string;
facts: PuppetFactSet;
};
References: PuppetFactSet