Donavan,
Thanks for the explanation. I now have a better understanding of
how the Host resource works.
Cheers,
Henry
On Aug 7, 3:20 pm, donavan wrote:
> On Aug 6, 8:50 am, CraftyTech wrote:
>
> > So, should the exporting
> > of the necessary values be done in the same class as the colle
Ok, I've got it up and running now. I'll post the steps and packages
I downloaded to get it going when I get a chance!
George:
I'd found http://rubyworks.rubyforge.org/redhat/ but was still
struggling to get everything to be "happy".
Rein:
Thanks for the link it was very helpful even though I'
Hi,
Part 2 of my Puppet tutorial series is now up at:
http://bitfieldconsulting.com/puppet-tutorial-2
It covers installing Puppet packages via Yum, creating a basic
manifest, authorising a new client, and the first run of Puppet on the
client.
If you missed the first part, it's here:
http://bitf
On Sun, Aug 8, 2010 at 2:54 PM, Peter Meier wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 08/07/2010 12:29 AM, Douglas Garstang wrote:
>> On Mon, Jul 19, 2010 at 10:23 PM, James Turnbull
>> wrote:
>>> The journey was long and arduous and many fell along the way but Puppet
>>> L
On Sun, Aug 8, 2010 at 3:05 PM, Peter Meier wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Hi
>
>> I think the '::' is a naming convention, but I'm not sure since I
>> haven't seen it documented anywhere. Also, you can create modules in
>> subdirs and qualify them with '::'. For exam
Why can't variables be reassigned with a setup like this?
node /.*mydomain.com/ {
import mydomain.pp
}
node /*.yourdomain.com/ {
import yourdomain.pp
}
In manifest mydomain.pp and yourdomain.pp I have variables that are specific
to that site that I want to import only for that site (ie, dns_
On Mon, Aug 9, 2010 at 8:27 AM, Douglas Garstang
wrote:
> On Sun, Aug 8, 2010 at 2:54 PM, Peter Meier wrote:
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA1
>>
>> On 08/07/2010 12:29 AM, Douglas Garstang wrote:
>>> On Mon, Jul 19, 2010 at 10:23 PM, James Turnbull
>>> wrote:
The journey
Hi Rein,
The patch that was presented by Kai I believe will work, I originally
missed where they continue to check after the original directory /proc/
vz check. Unfortunately, if this is the best that we can do using
native code, we might be stuck with it for now due to the limitations
of OpenVZ.
Hi Matt,
Thank you for sharing the libvirt project with me, it looks like that
is what we're going to want to work on migrating into at some point.
At this moment what I have for openvz is working but very crude at the
moment, as it is nearly a wrapper for the vzctl executable.
Matt
On Aug 6, 4
Excerpts from Matthew Cluver's message of Mon Aug 09 11:42:12 -0700 2010:
> Hi Rein,
>
> I have been using the code above in the openvz module as it is working
> for my needs (0.25.5-1) at the current moment. I have no problem using
> the proposed patch, my main goal is to simply get a working and
Hello,
We have some interest on looking at Puppet on Android - it's just
another distro right?
Any thoughts?
---
Aaron Lippold
(260) 255-4779 (google)
aaron.l.lipp...@us.army.mil
--
You received this message because you are subscribed to the Google Groups "P
Douglas Garstang wrote:
>
> Maybe someone at Puppet Labs can refer to it as 'autoloading' at
> http://docs.reductivelabs.com/guides/modules.html then? I keep hearing
> people referring to this feature (which doesn't seem to work with
> parameterized classes btw) as 'autoloading' but there's no ref
On Mon, Aug 9, 2010 at 9:30 AM, Nigel Kersten wrote:
> On Mon, Aug 9, 2010 at 8:27 AM, Douglas Garstang
> wrote:
>> On Sun, Aug 8, 2010 at 2:54 PM, Peter Meier wrote:
>>> -BEGIN PGP SIGNED MESSAGE-
>>> Hash: SHA1
>>>
>>> On 08/07/2010 12:29 AM, Douglas Garstang wrote:
On Mon, Jul 19
On Mon, Aug 9, 2010 at 2:46 PM, James Turnbull wrote:
> Douglas Garstang wrote:
>>
>> Maybe someone at Puppet Labs can refer to it as 'autoloading' at
>> http://docs.reductivelabs.com/guides/modules.html then? I keep hearing
>> people referring to this feature (which doesn't seem to work with
>> p
Douglas Garstang wrote:
>>
>> After poking around looking at the bugs people filed, it just seems
>> like it wasn't tested fully enough. It passes simple test cases.
>
> For release candidates though, not the final release. If it doesn't
> work with the final release, it should be noted in the doc
Douglas Garstang wrote:
> On Mon, Aug 9, 2010 at 2:46 PM, James Turnbull wrote:
>> Douglas Garstang wrote:
>>> Maybe someone at Puppet Labs can refer to it as 'autoloading' at
>>> http://docs.reductivelabs.com/guides/modules.html then? I keep hearing
>>> people referring to this feature (which doe
Aaron Lippold writes:
> We have some interest on looking at Puppet on Android - it's just another
> distro right?
Ho, ho, not even close. Have you actually looked at Android?
Their "bionic" libc is not glibc, and requires porting effort to get Ruby
running. Then you get to ensure that the pup
Daniel Pittman said:
> Aaron Lippold writes:
>
> > We have some interest on looking at Puppet on Android - it's just another
> > distro right?
>
> I am *really* curious, though: what were you hoping to *do* with puppet?
I can't speak for Aaron, and my own interest doesn't include Android at
the
Why not just move everything to a class in a diffierent file? Then put the
variables directly in that class?
On Mon, Aug 9, 2010 at 9:23 AM, Christopher Johnston wrote:
> Why can't variables be reassigned with a setup like this?
>
> node /.*mydomain.com/ {
> import mydomain.pp
> }
>
> node /*.
19 matches
Mail list logo