Daniel Pittman wrote: > From: Daniel Pittman <[email protected]> > > We previously had an ordering dependency in the autoflush option, which was > statically read from defaults when the log destination was configured. > > We add a hook in the defaults to update the log subsystem, which in turn > updates log destinations, when autoflush is changed. > > This would work as desired: > puppet agent --autoflush --logdest=file > > This would not work, as autoflush would be false: > puppet agent --logdest=file --autoflush > > Now those changes propagate correctly.
Awesome! Thanks for finding this and fixing my awful hack'ish patch. Regards James -- James Turnbull Puppet Labs 1-503-734-8571 -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en.
