Puppet agent -t throwing “Function lookup() did not find a value for the name ‘classes'”
I have a product to deploy, that has already consolidated hieradata.
I have only added only file in hieradata (/opt//hieradata/data/roles/all_in_one.yaml) to add some custom details.
Password failed with special characeters in Puppet
Open question, have anyone ever faced issue failing of login for password with special characters in puppet
IP address returning `1` instead of valid ip address. Puppet
I am currently running into an issue where the IP address is returning 1
instead of the IP address that I am passing in using FACTER. I have simplified the script I am running down to pass the output into a file. The IP address i am passing in via FACTER is resolving correctly when running puppet in debug mode (–debug). The command that I am running on the ubuntu 22.04 server is:
If behavior in puppet
Good day to all
Appending string to an existing file
I am trying to append a string to an existing file using file_line
.
I’ve installed the module puppetlabs-stdlib version 8.6.0