[Puppet Users] Re: Defined Type and Scoping ...

2012-12-11 Thread jcbollinger
On Monday, December 10, 2012 4:14:34 PM UTC-6, llowder wrote: On Monday, December 10, 2012 3:47:21 PM UTC-6, Reginald Choudari wrote: In the defined type, no I did not. Is that required for a defined typed declared as a child of the class's scope? If you want to notify some resource,

[Puppet Users] Re: Defined Type and Scoping ...

2012-12-10 Thread llowder
On Monday, December 10, 2012 3:36:55 PM UTC-6, Reginald Choudari wrote: Hello, I've got a module with an 'init.pp' like so: class test_backend { ... exec {'reset': refreshonly = true, command = 'C:\blah.exe', } ... } And I declare a defined resource type 'cmd.pp'

[Puppet Users] Re: Defined Type and Scoping ...

2012-12-10 Thread Reginald Choudari
In the defined type, no I did not. Is that required for a defined typed declared as a child of the class's scope? On Monday, December 10, 2012 4:39:57 PM UTC-5, llowder wrote: On Monday, December 10, 2012 3:36:55 PM UTC-6, Reginald Choudari wrote: Hello, I've got a module with an

[Puppet Users] Re: Defined Type and Scoping ...

2012-12-10 Thread llowder
On Monday, December 10, 2012 3:47:21 PM UTC-6, Reginald Choudari wrote: In the defined type, no I did not. Is that required for a defined typed declared as a child of the class's scope? If you want to notify some resource, it has to be included in that catalog somewhere. So either in that