Hi,
I am maintaining my puppet repo with the apt class, which currently results
in non-working apt file as there is no bookworm package
at apt.puppetlabs.com. When will this be available? Bookworm has been
released a while ago already.
--
You received this message because you are subscribed t
Hi
I have a very simple set up
node default {
#declare classes for all nodes
include baseline
}
node app inherits default {
include appstuff
}
node web inherits default {
iclude websutff
}
HOWEVER, I'm getting notification that node "web" is applying class appstuff
how could someth
ted two instances of the mcollectived
> daemon.
>
>
> On Tue, Mar 6, 2012 at 1:51 PM, FirstName LastName wrote:
>
>>
>> Hi
>>
>> somehow one of my nodes is showing up twice under Live Management.
>> Any ideas why this is happening? or has ayone seen this b
Hi
somehow one of my nodes is showing up twice under Live Management.
Any ideas why this is happening? or has ayone seen this before? I've
searched
and its usually a problem of node not showing up instead of showing up
twice.
Julie
--
You received this message because you are subscribed to th
I ended up having to use $hostname
not braces, nothing, weird
On Fri, Aug 5, 2011 at 12:54 AM, Denmat wrote:
> Hi,
>
> You can use facts supplied by facter to do the following (assuming you want
> to do this for host with hostname host1).
>
> > puppet:///files/configuration_files/${hostname}/m