Hi

On 27 Mar 2014, at 16:00, cko <[email protected]> wrote:

> hi,
> 
> i want to be able to send reports via email for certain hosts. for example:
> 
> site.pp
> 
> node 'node1.localdomain' {
>    tag 'webshop'
> }
> node 'node2.localdomain' {
>    tag 'webshop'
> }
> node 'node3.localdomain' {
>    tag 'foo''
> }

tag is a function.

you might want to use

tag('<name>')

> 
> tagmail.conf
> 
> webshop: [email protected]
> 
> 
> So only the changes applied to node1 and node2 would be e-mailed to the 
> webshop team.
> 
> Is there a way to do this?

hth,

Martin

> 
> 
> 
> 
> 
> 
> -- 
> 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/290e57bc-4158-46a3-a85c-527ed1617c2d%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
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/C21E5830-6652-4CEA-A306-8166E1B532C5%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to