I'm trying to automate the installation of Hyperic using puppet.
However instead of prompting the user for inputs, I want to hard code the values into one of the .sh file...
I'm having trouble trying to figure out what file should be edited?
I'm trying to automate the installation of Hyperic using puppet.
However instead of prompting the user for inputs, I want to hard code the values into one of the .sh file...
I'm having trouble trying to figure out what file should be edited?
Copyright © 2021 Jogjafile Inc.
So, I've automated the installation of Hyperic with Puppet at some point, I'll see if I can open source the module in the future.
But the gist of it, is that you need config for everything in the agent.properties file, then that's read when the
/opt/hyperic/hyperic-hqee-agent/bin/hq-agent.sh startcommand is run for the first time.Something like this:
With the template looking something like: