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
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
-
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
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