Re: [Puppet Users] Re: Exported resource realized by resource collector, bug?

2018-09-14 Thread Henrik Lindberg
On 2018-09-14 17:13, Julio Guevara wrote: /The <| |> operator finds ALL resources (regular, virtual and exported) that match. It realizes those that are not already realized. The <<| |>> operator finds ONLY exported resources. / / / If that is the case, maybe documentation is miss-leading since

Re: [Puppet Users] Re: Exported resource realized by resource collector, bug?

2018-09-14 Thread Julio Guevara
*The <| |> operator finds ALL resources (regular, virtual and exported) that match. It realizes those that are not already realized.The <<| |>> operator finds ONLY exported resources. * If that is the case, maybe documentation is miss-leading since it makes a clear distinction between the two

Re: [Puppet Users] Re: Exported resource realized by resource collector, bug?

2018-09-14 Thread Henrik Lindberg
On 2018-09-14 14:47, jcbollinger wrote: On Friday, September 14, 2018 at 3:10:59 AM UTC-5, Johan De Wit wrote: Hi, check this ticket. https://tickets.puppetlabs.com/browse/PUP-6723 It is hard to explain, but the 'and' a

Re: [Puppet Users] Re: Exported resource realized by resource collector, bug?

2018-09-14 Thread jcbollinger
On Friday, September 14, 2018 at 3:10:59 AM UTC-5, Johan De Wit wrote: > > Hi, > > check this ticket. https://tickets.puppetlabs.com/browse/PUP-6723 > > > It is hard to explain, but the 'and' a resource collector does niot behave > like the 'boolean and' as we expect this. > I don't follow,

Re: [Puppet Users] Re: Exported resource realized by resource collector, bug?

2018-09-14 Thread Henrik Lindberg
ten by this). Sorry for being the bearer of bad news. Best, - henrik Grts Jo -Original message- *From:* jcbollinger  *Sent:* Thursday 13th September 2018 15:50 *To:* Puppet Users *Subject:* [Puppet Users] Re: Exported resource realized by resource collector, bu

RE: [Puppet Users] Re: Exported resource realized by resource collector, bug?

2018-09-14 Thread Johan De Wit
To: Puppet Users Subject: [Puppet Users] Re: Exported resource realized by resource collector, bug? On Wednesday, September 12, 2018 at 3:20:12 PM UTC-5, Julio Guevara wrote: So I'm working with puppet 5.5.1 and I have encountered what I think is a bug. So on my site.pp i have the following line

[Puppet Users] Re: Exported resource realized by resource collector, bug?

2018-09-13 Thread jcbollinger
On Wednesday, September 12, 2018 at 3:20:12 PM UTC-5, Julio Guevara wrote: > > So I'm working with puppet 5.5.1 and I have encountered what I think is a > bug. > > So on my site.pp i have the following line for ordering my firewall rules: > > site.pp > - > if $::kernel == 'Linux' { > #