Re: [Puppet Users] Nagios Module and use of the @@ and <<||>> notation

2010-10-01 Thread Greg Haase
0/10 3:48 PM, "Avi Miller" wrote: > Greg Haase wrote: >> Are you aware of any documentation that clearly explains how this >> collect/export functionality works? > > Exporting and collecting resources relies on stored configuration[1] > being enabled on your Pupp

Re: [Puppet Users] Nagios Module and use of the @@ and <<||>> notation

2010-09-30 Thread Greg Haase
is is my favorite feature of Puppet. When I got it working, I teared up a > bit. :) > > I believe it's http://github.com/DavidS/puppet-nagios > > > (mobile edition) > > On Sep 30, 2010, at 3:04 PM, Greg Haase wrote: > >> Greetings, >> >> I

[Puppet Users] Nagios Module and use of the @@ and <<||>> notation

2010-09-30 Thread Greg Haase
- Could someone please point me in the right direction to some documentation that could help clarify this the use of the @@ and <<||>>? I'd greatly appreciate it. Thanks Greg Greg Haase gha...@syntheticgenomics.com -- You received this message because you are s

Re: [Puppet Users] best way to include a variable in many modules ?

2010-09-23 Thread Greg Haase
I created a module with a .pp file containing the following: # ## Class for dns configuration # class resolve-dns{ include my-dns-resolver::location file{ '/etc/resolv.conf': source => $my-dns-resolver::location::resolvesource, ensure => present, mode => 644, owner => roo