Re: [Puppet Users] more fun and games...(exported resources)

2012-01-18 Thread Daniel Pittman
Yes. Also, in earlier versions of Puppet - including most of 2.7 - the "local" part in that message is a ... well, "lie" isn't quite the word, but it is misleading. It can also be a resource exported by another machine. :) On Wed, Jan 18, 2012 at 09:25, Peter Berghold wrote: > So I should logic

Re: [Puppet Users] more fun and games...(exported resources)

2012-01-18 Thread Peter Berghold
So I should logic in to export it just one time... On Jan 18, 2012 12:07 PM, "Nan Liu" wrote: You probably have multiple server exporting the same resource when you only intend to export this particular resource only once. Nan On Jan 18, 2012, at 7:59, Peter Berghold wrote: > I guess my klu

Re: [Puppet Users] more fun and games...(exported resources)

2012-01-18 Thread Nan Liu
You probably have multiple server exporting the same resource when you only intend to export this particular resource only once. Nan On Jan 18, 2012, at 7:59, Peter Berghold wrote: I guess my kludge didn't work after all. The issue is back. I'm beginning to think that perhaps there is somethi

Re: [Puppet Users] more fun and games...(exported resources)

2012-01-18 Thread Peter Berghold
I guess my kludge didn't work after all. The issue is back. I'm beginning to think that perhaps there is something bad about exporting nagios_contact resources. :-/ On Wed, Jan 18, 2012 at 9:13 AM, Peter Berghold wrote: > That was my first thought Felix. I ran the command line > > find . -nam

Re: [Puppet Users] more fun and games...(exported resources)

2012-01-18 Thread Peter Berghold
That was my first thought Felix. I ran the command line find . -name '*.pp' -print -exec grep support {} \; just to find out where there might be a duplicate and came up dry. My templates.pp file is the only place that exists. I've managed to kludge a fix for it though by putting an "if" statem

Re: [Puppet Users] more fun and games...(exported resources)

2012-01-18 Thread Felix Frank
Hi, On 01/17/2012 09:27 PM, Peter Berghold wrote: > err: Could not retrieve catalog from remote server: Error 400 on SERVER: > Exported resource Nagios_contact[sharkrivertech-support] cannot override > local resource on node slcdmon0.slc.sharkrivertech.com >