Re: [Puppet Users] Exported resources not realizing

2013-01-11 Thread David Kerr
Ah-ha! i had gotten confused by the examples I was using because they were realizing with a collector. (making me think that If i didn't want to collect I didn't need to realize). Now that I've added the code to realize it's working. Thank you! On Friday, January 11, 2013 3:12:49 PM UTC-8

Re: [Puppet Users] Exported resources not realizing

2013-01-11 Thread Craig Dunn
If i remove the "@@" it works correctly, (except i don't get the exported resource that I want to use elsewhere). Can you show how and where you are realizing the exported resource? From what I can see in your code you will export it ok but you're not realizing it anywhere Regards C