Re: [Puppet Users] Server-side exec

2013-01-19 Thread Jakov Sosic
On 01/18/2013 08:33 PM, Jeff Thomas wrote: but that runs the "ypmatch" on the client, which isn't useful. Then I found the "generate" function, but apparently "generate" can be called with only one argument (spaces are excluded from the characters "generate" will take). I tried: user { $usernam

Re: [Puppet Users] Windows Puppet File Resource Getting Puppet Server's UNIX File Permissions

2013-01-19 Thread Jakov Sosic
On 01/18/2013 06:27 PM, jcbollinger wrote: I was able to verify that the same behavior is exhibited by Puppet 0.24.8. That behavior goes against basic Puppet principles, however: unmanaged resources and resource properties should not be modified by Puppet. It looks like that's the consensus o

[Puppet Users] Re: Puppet 2.6 - Custom functions - environments issue

2013-01-19 Thread xkrantz
Le vendredi 18 janvier 2013 20:52:03 UTC+1, jcbollinger a écrit : > > > On Friday, January 18, 2013 7:56:20 AM UTC-6, xkrantz wrote: >> >> Hello every one, >> >> I have looked at a lots of threads in the Puppet User group but I did not >> find a clear answer or explanation how custom functions wo

[Puppet Users] Does a service resource autorequire its package resource?

2013-01-19 Thread royhills
I've seen a couple of instances where a service resource has failed with an error because it's been evaluated before its corresponding package is installed. I can fix this by adding an explicit require to the service resource, or by just running puppet again, but I thought that there would be an

Re: [Puppet Users] Re: Puppet 2.6 - Custom functions - environments issue

2013-01-19 Thread Nan Liu
On Sat, Jan 19, 2013 at 11:37 AM, xkrantz wrote: > Le vendredi 18 janvier 2013 20:52:03 UTC+1, jcbollinger a écrit : > > >> >> On Friday, January 18, 2013 7:56:20 AM UTC-6, xkrantz wrote: >>> >>> Hello every one, >>> >>> I have looked at a lots of threads in the Puppet User group but I did >>> no

Re: [Puppet Users] How do I manage puppet.conf? Let me count the ways.

2013-01-19 Thread Jakov Sosic
On 01/18/2013 12:23 AM, Ramin K wrote: Once you've done this separating into modules/puppet/ and modules/puppetmaster/ starts to make sense as well. Your advice is nice, although dot.d inclusion would still be better :) Is there already request for feature? -- Jakov Sosic www.srce.unizg.hr

Re: [Puppet Users] Does a service resource autorequire its package resource?

2013-01-19 Thread Nan Liu
On Sat, Jan 19, 2013 at 12:03 PM, royhills wrote: > I've seen a couple of instances where a service resource has failed with > an error because it's > been evaluated before its corresponding package is installed. I can fix > this by adding an explicit > require to the service resource, or by just

Re: [Puppet Users] Does a service resource autorequire its package resource?

2013-01-19 Thread Ken Barber
> I've seen a couple of instances where a service resource has failed with an > error because it's > been evaluated before its corresponding package is installed. I can fix this > by adding an explicit > require to the service resource, or by just running puppet again, but I > thought that there wo

Re: [Puppet Users] Puppet Dashboard upgrade from 1.2.17 to 1.2.20 failed on Debian

2013-01-19 Thread Moses Mendoza
On Friday, January 18, 2013, Julien Cornuwel wrote: > Hi, > > My Puppet Dashboard is running on Debian stable, installed from puppetlabs > repositories. > The last upgrade completely broke down. See below for the output: > > # aptitude safe-upgrade > The following packages will be upgraded: > li

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