Re: [Puppet Users] exec not finding shell builtins/functions?

2010-07-31 Thread Daniel Pittman
James Turnbull writes: > Any chance you could throw your solution on the ticket and I'll start a > discussion about it internally. Um, sure. Let me go dig out the details (eg: ticket url) and all. Daniel -- ✣ Daniel Pittman✉ dan...@rimspace.net☎ +61 401 155 70

Re: [Puppet Users] Bootstrap

2010-07-31 Thread parag kale
Hey, I want the puppet daemon(client) to contact the server and download the OS and thn boot it .. On Sat, Jul 31, 2010 at 6:56 AM, Patrick Mohr wrote: > Do you want to run it off the server or install it on the client? What OS? > > On Jul 29, 2010, at 9:02 PM, parag(PK) wrote: > > > Ca

Re: [Puppet Users] Bootstrap

2010-07-31 Thread Peter Meier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > I want the puppet daemon(client) to contact the server and download the OS > and thn boot it .. and in which os should the puppet daemon run? -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla

Re: [Puppet Users] Bootstrap

2010-07-31 Thread Ohad Levy
PupperOS ?:) On Sat, Jul 31, 2010 at 10:02 PM, Peter Meier wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > I want the puppet daemon(client) to contact the server and download the > OS > > and thn boot it .. > > and in which os should the puppet daemon run? > -BEGIN PGP

[Puppet Users] Redmine Ticket Creation and Updates via email - an update

2010-07-31 Thread James Turnbull
Hi all We've just finished enabling ticket creation and updates via email. You can now send an email to tick...@puppetlabs.com to create a ticket. You must have a Redmine account to do this and your From address must match the address on your Redmine account. Any attachments added to the email

Re: [Puppet Users] Parameterised Classes in 2.6

2010-07-31 Thread Douglas Garstang
On Fri, Jul 30, 2010 at 11:11 PM, Jeff McCune wrote: > On Fri, Jul 30, 2010 at 11:53 PM, Jeff McCune wrote: >> >> Doug, would you mind filing this issue along with the information I've >> discovered?  If so, I'll go ahead and do it for you. > > Since I already have quite a bit of momentum on this

Re: [Puppet Users] Parameterised Classes in 2.6.0... still no luck

2010-07-31 Thread Douglas Garstang
On Fri, Jul 30, 2010 at 1:09 PM, Ryan Y. Coleman wrote: > I have had success with creating a simple parameterised class (cosign) in > 2.6.1.RC1 > > My class looks like this: > > class cosign($version="3.0.2-2") {...} ## This sets a default, you can omit > past "=" to ")". > > My node definition

Re: [Puppet Users] Re: Wrong version in SPEC file

2010-07-31 Thread Douglas Garstang
On Fri, Jul 30, 2010 at 2:56 PM, Todd Zullinger wrote: > Douglas Garstang wrote: >> The spec file for for (whatever version this actually is), doesn't >> cleanly build an RPM either. >> >> + /usr/lib/rpm/find-debuginfo.sh /usr/src/redhat/BUILD/puppet-2.6.0 >> find: debug: No such file or directory

Re: [Puppet Users] Re: Wrong version in SPEC file

2010-07-31 Thread James Turnbull
Douglas Garstang wrote: >>> There's nothing on the download page about those two files. Where do I >>> get them? I don't know what the earlier find error is about. >> Any reason to not use the packages from: >> >>http://tmz.fedorapeople.org/repo/puppet/epel/ >> > > None, except you'd kind of t

Re: [Puppet Users] Parameterised Classes in 2.6.0... still no luck

2010-07-31 Thread Jeff McCune
On Saturday, July 31, 2010, Douglas Garstang > > Strange how it works for you and no one else. What you have above is > exactly what I had. It also appears that it's even more broken if you > try and use module autoloading and specify your classes like > module::class. > Perhaps you missed my post

Re: [Puppet Users] Re: Newbie question - package installation

2010-07-31 Thread Daniel Pittman
Rustler writes: > I wasn't clear enough in describing the problem - What I'm trying to achieve > is that if the package is installed, don't execute the file statement and > download the rpm. The 'file' resource can't do that: it doesn't have the capability to achieve the results you want. You h