Message from discussion
Installing puppet agent on Windows XP
Received: by 10.224.31.5 with SMTP id w5mr23497082qac.2.1322518017148;
Mon, 28 Nov 2011 14:06:57 -0800 (PST)
X-BeenThere: puppet-users@googlegroups.com
Received: by 10.224.184.209 with SMTP id cl17ls1408913qab.0.gmail; Mon, 28 Nov
2011 14:06:53 -0800 (PST)
Received: by 10.224.185.131 with SMTP id co3mr8944113qab.3.1322518013419;
Mon, 28 Nov 2011 14:06:53 -0800 (PST)
Received: by 10.224.185.131 with SMTP id co3mr8944112qab.3.1322518013408;
Mon, 28 Nov 2011 14:06:53 -0800 (PST)
Return-Path: <j...@ingineering.it>
Received: from mail-qw0-f59.google.com (mail-qw0-f59.google.com [209.85.216.59])
by gmr-mx.google.com with ESMTPS id y8si16000527qcq.0.2011.11.28.14.06.53
(version=TLSv1/SSLv3 cipher=OTHER);
Mon, 28 Nov 2011 14:06:53 -0800 (PST)
Received-SPF: neutral (google.com: 209.85.216.59 is neither permitted nor denied by best guess record for domain of j...@ingineering.it) client-ip=209.85.216.59;
Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 209.85.216.59 is neither permitted nor denied by best guess record for domain of j...@ingineering.it) smtp.mail=...@ingineering.it
Received: by mail-qw0-f59.google.com with SMTP id b15so3749365qad.24
for <puppet-users@googlegroups.com>; Mon, 28 Nov 2011 14:06:53 -0800 (PST)
MIME-Version: 1.0
Received: by 10.224.216.71 with SMTP id hh7mr3864412qab.15.1322518013005; Mon,
28 Nov 2011 14:06:53 -0800 (PST)
Received: by s6g2000vbc.googlegroups.com with HTTP; Mon, 28 Nov 2011 14:06:52
-0800 (PST)
Date: Mon, 28 Nov 2011 14:06:52 -0800 (PST)
In-Reply-To: <CANV2+nXO7_cwTJhBXid2GEzAv3rTyPnUg+tZZwO46iAWvydk_Q@mail.gmail.com>
References: <bd87c109-6590-4f1c-99cc-aa25763870ef@i8g2000vbh.googlegroups.com>
<4ECAFB89.5080408@puppetlabs.com> <CANV2+nXO7_cwTJhBXid2GEzAv3rTyPnUg+tZZwO46iAWvydk_Q@mail.gmail.com>
User-Agent: G2/1.0
X-HTTP-Via: 1.1 westport.int.westgroup.com:80 (squid/2.6.STABLE22)
X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 5.1; rv:8.0) Gecko/20100101 Firefox/8.0,gzip(gfe)
Message-ID: <8902e636-0f85-4132-bf26-2a6868695...@s6g2000vbc.googlegroups.com>
Subject: Re: Installing puppet agent on Windows XP
From: Jeff Sussna <j...@ingineering.it>
To: Puppet Users <puppet-users@googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
I want to use Puppet for things like installing Scheduled Tasks and
MSI packages, which I don't expect would work under cygwin.
I know it's not supported on XP, but gave it a try anyway. The
PuppetLabs folks said it "should" work, and were able to get it to run
on one of their machines.
I've narrowed the problem down to "facter puppetversion" hanging. All
other facter facts work fine.
On Nov 21, 8:52=A0pm, Russell Van Tassell <russel...@gmail.com> wrote:
> On Mon, Nov 21, 2011 at 5:31 PM, Jacob Helwig <ja...@puppetlabs.com> wrot=
e:
> > On 2011-11-21 12:50 , Jeff Sussna wrote:
> > > Trying to get Puppet 2.7.6/Facter 1.6.2 running on Windows XP SP3.
> > > [...]
>
> > Anyone have success getting puppet running on XP?
>
> > Right now, Puppet & Facter are only supported on Server 2003 & Server
> > 2008, since those are the only platforms we tested against when working
> > on the Windows support.
>
> I would imagine that you could get it to work with Cygwin (under cygrunsr=
v)
> on "any" Windows platform ... the SSH server there is already quite
> reasonable, and Cygwin has a pre-built Ruby (among other similar scriptin=
g
> languages); I've had the pleasure of setting up distributed build
> environments through such mechanisms, so I'd not think puppet would be th=
at
> much of a stretch. I could be wrong, though...