Created a puppet master in one Linux.X64/rh50 machine.
Created a puppet agent in another Linux.X64/rh50 machine.Need to run any command from puppet master and that will execute in puppet agent when puppet agent will connect to puppet master.
This is happening correctly for me when created master and agent through root user.
But I need to execute a command that wont allow root user. I need any user except root. I tried successfully to create puppet master through a different user. But not able to execute the command when connecting the agent through that different user.
Any suggestion on this how to connect agent to the master through a different user to execute a command through puppet module
Hi Nick,
Your suggestion is not working.
Actually when we try to connect the agent to the puppet through a
different user, no ssl directory got created under /var/lib/puppet in
agent side.
Can you provide some light on this.