A versatile data lookup system
jerakia
commandThe jerakia
command takes a subcommand as the first attribute, for further information use jerakia help
% jerakia help
% jerakia help lookup
To look up the data that we added earlier we can use the following command:
% jerakia lookup port --namespace apache
Expected output
"8080"
To specify metadata like puppet facter
data, you can run the command in the following form:
jerakia lookup port --namespace apache --metadata environment:development fqdn:host011.example.com
Next: Overriding data