Re: [Puppet Users] Re: Puppet and installing packages from source

2013-01-19 Thread Jakov Sosic
On 01/04/2013 02:35 PM, Hans van der Made wrote: Many of us used to compile from source earlier in our careers, so don't asume we don't know about anything but ready made packages ;-) Many of us still do that today, but compile to build packages and not to shuffle files around production root

[Puppet Users] Re: Puppet and installing packages from source

2013-01-07 Thread magic . rh
Thanks Hans, great answer. I'll definitely get into customized packaging, demystify their magics. Regards, Magic. On Friday, January 4, 2013 3:35:20 PM UTC+2, Hans van der Made wrote: > > > > On Friday, January 4, 2013 10:39:53 AM UTC+1, magi...@gmail.com wrote: >> >> I understand exactly what so

[Puppet Users] Re: Puppet and installing packages from source

2013-01-04 Thread Hans van der Made
On Friday, January 4, 2013 10:39:53 AM UTC+1, magi...@gmail.com wrote: > > I understand exactly what source packages do, if it makes it easier for > you I'll call them tar.gz files. > Also, I don't find your comparison valid, as the result of package > installation be it yum or ./configure && m

Re: [Puppet Users] Re: Puppet and installing packages from source

2013-01-04 Thread R.I.Pienaar
- Original Message - > From: "magic rh" > To: puppet-users@googlegroups.com > Sent: Friday, January 4, 2013 9:39:53 AM > Subject: [Puppet Users] Re: Puppet and installing packages from source > > I understand exactly what source packages do, if it makes i

[Puppet Users] Re: Puppet and installing packages from source

2013-01-04 Thread magic . rh
I understand exactly what source packages do, if it makes it easier for you I'll call them tar.gz files. Also, I don't find your comparison valid, as the result of package installation be it yum or ./configure && make && make install is the same: software being installed. My meaning is that com

Re: [Puppet Users] Re: Puppet and installing packages from source

2013-01-03 Thread R.I.Pienaar
- Original Message - > From: "magic rh" > To: puppet-users@googlegroups.com > Sent: Thursday, January 3, 2013 10:52:55 AM > Subject: [Puppet Users] Re: Puppet and installing packages from source > > I understand the points you mentioned, but as long

[Puppet Users] Re: Puppet and installing packages from source

2013-01-03 Thread magic . rh
I understand the points you mentioned, but as long as software is still being distributed as source packages I think it should be supported at some level by Puppet. That being said, I'm off to learn some packaging techniques. Thanks for all the help. Magic. On Wednesday, January 2, 2013 7:30:01

[Puppet Users] Re: Puppet and installing packages from source

2013-01-02 Thread jcbollinger
On Wednesday, January 2, 2013 3:32:55 AM UTC-6, magi...@gmail.com wrote: > > Hello Everyone, > > I'm looking for a way to install packages from source via puppet, I was > able to locate maybe 5 posts on this subject which is very strange, as I > would expect people to still use ./configure with