On 31/07/14 03:07 AM, Gabriel Filion wrote:
> I'm using puppet 2.7 and on one node, I have a mailalias resource to
> setup something for redmine like the following:
> 
>     mailalias {
>         "redmine":
>             recipient =>
> '|/usr/share/redmine/extra/mail_handler/sub-mailhandler.py -e
> redm...@redmine.example.com --
> /usr/share/redmine/extra/mail_handler/rdm-mailhandler.rb --url
> https://redmine.example.com --key somerandomalphanumstring
> --no-check-certificate --unknown-user accept --no-permission-check
> --allow-override project,tracker,category,priority,status';
>     }
> 
> puppet is always refreshing the alias for no reason. changing the value
> to the same thing.

I did some more testing and mailalias bugs in the above manner as soon
as there is a comma in the recipient parameter value (e.g. with
"...project" it's ok but with "...project," I start seeing the issue).

-- 
Gabriel Filion

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/53D9EF94.5010306%40lelutin.ca.
For more options, visit https://groups.google.com/d/optout.

Reply via email to