I’m using puppet and want to test it with noop, but some configuration depends on the hostname like the node types.
How can I set the node name and run puppet with noop to check the node configuration that match the node name?, currently i got this as error message (my laptop is solaria):
Could not find default node or by name with ‘solaria, solaria.lan’ on node solaria.lan
Thanks.
Or with 2.6, this may be preferable:
This will tend to create new certificates on the puppet master, so you’ll probably need to run
puppetca --clean hostname.example.comon the puppet master afterwords, otherwise when you finally get hosts with those names they’ll be unable to set up an SSL relationship with the master.