[Puppet Users] Managing Postfix Configuration

2008-09-07 Thread Darryl Ross
Hi All, What is the recommended way of managing something like the postfix configuration file? I would prefer _not_ to overwrite the config file with one stored centrally or using the templating system. Ideally I'd like to use the 'postconf' and 'postconf -e' programs to get and set options. Ha

[Puppet Users] Re: Managing Postfix Configuration

2008-09-09 Thread Darryl Ross
Thanks for this, the snippet below worked great, with a couple of minor changes, on my CentOS 5 system: - full path to /usr/bin/test - single equal in 'false' test Thanks Francois! Regards Darryl Francois Deppierraz wrote: > Darryl Ross wrote: > >> What is the recom