[Puppet Users] Puppet package for Debian 12 bookworm is missing

2023-07-13 Thread Firstname Lastname
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

[Puppet Users] node inheritance

2012-03-15 Thread FirstName LastName
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

Re: [Puppet Users] Live Mangement

2012-03-07 Thread FirstName LastName
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

[Puppet Users] Live Mangement

2012-03-06 Thread FirstName LastName
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

Re: [Puppet Users] Puppet Newbie

2011-09-01 Thread FirstName LastName
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