Re: [Puppet Users] Re: Problem with variable scope in Defined Types

2013-08-15 Thread jcbollinger
On Wednesday, August 14, 2013 6:39:05 PM UTC-5, Ygor wrote: [...] One thing I found about the ssh_authorized_key type is that is does not work with : resource { ‘ssh_authorized_key’: purge = true, } so I have to explicitly un-manage the keys Yes, purging via the Resources meta-resource

[Puppet Users] Re: Problem with variable scope in Defined Types

2013-08-14 Thread jcbollinger
On Tuesday, August 13, 2013 9:59:22 PM UTC-5, Ygor wrote: I have a problem with variables in defined types. I have dug a hole consisting of three levels of nested defines as in --- class users { ... }

Re: [Puppet Users] Re: Problem with variable scope in Defined Types

2013-08-14 Thread Dan White
On Aug 14, 2013, at 2:13 PM, jcbollinger wrote: On Tuesday, August 13, 2013 9:59:22 PM UTC-5, Ygor wrote: I have a problem with variables in defined types. I have dug a hole consisting of three levels of nested defines as in --- snip The