Re: proper logging for cfengine processes

2011-03-06 Thread Jake
were interested in buying Nova, you will get a free trial easily by filling out the form at http://cfengine.com/pages/contactUs Happy hacking. -- Regards, Eystein On Sat, Mar 5, 2011 at 4:03 PM, Jake wrote: On 03/04/11 07:53,no-re...@cfengine.com wrote: Forum: Cfengine Help Subject: Re:

Re: proper logging for cfengine processes

2011-03-06 Thread Jake
On 03/05/11 09:33, Mike Svoboda wrote: Hey Jake I think you're missing the point here. If you are trying to figure out what Cfengine is doing, by looking at the output of cf-agent -I, then you're going too deep. Here's an example of what Neil was suggesting

Re: proper logging for cfengine processes

2011-03-05 Thread Jake
On 03/04/11 07:53, no-re...@cfengine.com wrote: > Forum: Cfengine Help > Subject: Re: proper logging for cfengine processes > Author: neilhwatson > Link to topic: https://cfengine.com/forum/read.php?3,20915,20955#msg-20955 > > Nova has the best logging built in. For community you have to do more w

proper logging for cfengine processes

2011-03-03 Thread Jake
ne processes to log to the system log. cheers, jake ___ Help-cfengine mailing list Help-cfengine@cfengine.org https://cfengine.org/mailman/listinfo/help-cfengine

Re: conditional command execution

2011-02-08 Thread Jake
On 02/08/11 14:12, Frans Lawaetz wrote: > You probably want something like the following. "restart_ssh" will only > be activated as a class if the file needs to be copied. > > files: > >"/etc/ssh/sshd_config" >perms => mog("644", "root", "wheel"), >copy_from =>

conditional command execution

2011-02-08 Thread Jake
fied that the copying of sshd_config works fine sans the conditional command. having looked through the documentation i don't see an elegant way to do what i describe above. i would appreciate a tip on how to effect this and/or a pointer to where i could have found this in the docs. cheers, ja