Hi there,

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
[email protected] --
/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.

does anyone know of such a bug with mailalias (e.g. has it been fixed in
more recent versions?)

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/53D9EB1C.6030507%40lelutin.ca.
For more options, visit https://groups.google.com/d/optout.

Reply via email to