Displaying 3 results from an estimated 3 matches for "leveau".
Did you mean:
lebeau
2013 Oct 25
1
replace a value in file
Hi
I would lie replace a value in my config file
/etc/default/fusioninventory-agent
MODE = daemon
and i would like replace cron by daemon
My manifest is this but is not good, can you have an idea? I think it s
Simplevers.lns is not good..
augeas { ''fusioninventory mode'':
lens => ''Simplevars.lns'',
incl =>
2013 May 28
5
attention Puppet Experts: can i run puppet master and agent on same server
Hello friends,
Please tell me can i have puppet master and puppet agent on same machine
I am new to this world.
Please tell me how can i get started.
Thanks and Regards,
*Ripunjay Godhani*
*"The Great Man Shows his Greatness by the Way He treats the Little man"*
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To
2013 Apr 29
2
augeas
Hello
I use augeas to replace a value in a config file:
example (this example is good) :
/etc/ssh/sshd_config file
LogLevel INFO
class ssh::redhat {
augeas { "sshd_config":
context => "/files/etc/ssh/sshd_config",
changes => [
"set LogLevel VERBOSE",
],
notify => Service["sshd"],
}
This configuration is good
but how do when the