Re: [Puppet Users] randomize minute

2011-04-19 Thread Rohan McGovern
$minute1, $minute2, $minute3, $minute4 ], require => File[$sysadmindir], } (from https://gitorious.org/qtqa/sysadmin/blobs/master/puppet/modules/puppet/manifests/unix.pp ) Only think I can't remember is if it returns an integer from 0 .. 14 or 0 .. 15 :) -- Rohan McGovern

Re: [Puppet Users] dot in file path

2011-02-10 Thread Rohan McGovern
ce => "puppet:///modules/dogwalker/walk_the_dog.cron", } Maybe you could show the actual code and syntax error? -- Rohan McGovern Quality Engineer Qt Development Frameworks, Nokia -- You received this message because you are subscribed to the Google Groups "Puppet Users"

Re: [Puppet Users] puppet server not responding

2011-02-09 Thread Rohan McGovern
outputs of `facter fqdn' and `hostname -f'. -- Rohan McGovern Quality Engineer Qt Development Frameworks, Nokia -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To uns

Re: [Puppet Users] Puppet and Andorid

2010-08-09 Thread Rohan McGovern
nterest doesn't include Android at the moment. But I do run puppet on some Linux phone simulator environments and intend to run it on the real devices too. Why not, if it's possible? They need to be managed, just like everything else. -- Rohan McGovern QA Engineer Qt Development Fram

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

2010-07-29 Thread Rohan McGovern
failing? I am running into this with rvm as well > (since it is a function and not a binary). > Isn't this by design? Unless the puppet docs say that "exec" is always run through a shell, then I wouldn't expect it to be. In my manifests, if I want a shell, I explici

Re: [Puppet Users] ANNOUNCE: Puppet 2.6.0 - Final release!

2010-07-19 Thread Rohan McGovern
community? And, asking from the other direction: would anyone else be interested in such a thing? I would be, because setting up puppet on Windows seems pretty tough right now. I also have no need for Ruby on my Windows boxes except for the usage of puppet. -- Rohan McGovern QA Engineer Qt De

Re: [Puppet Users] dpkg in puppet returns 2 but at command line returns 0

2010-07-12 Thread Rohan McGovern
run a subcommand which was not in PATH. In particular, `dpkg --configure' runs postinst scripts for packages and these might do absolutely anything... at the very least I would expect that /usr/sbin and /sbin probably need to be in PATH too :-) -- Rohan McGovern QA Engineer Qt Development

Re: [Puppet Users] Re: Problem with exec tar

2010-06-29 Thread Rohan McGovern
On Tuesday 29 June 2010, ext Christian Casar wrote: > > Is this copy-pasted verbatim? Because those single quotes > > around bb19c.tar.bz2 look suspicious, considering you didn't > > ask for them in your puppet config. > > The single qoutes are a relict from my different approaches to > solve the p

Re: [Puppet Users] Problem with exec tar

2010-06-29 Thread Rohan McGovern
On Tuesday 29 June 2010, ext Christian Casar wrote: > Hey there, > > I'm trying to untar some archives puppet copied onto the clients > before but the "untaring" always fails with: > > err: //allgemein::bigbrother/Exec[untar bb19c]/returns: change > from notrun to 0 failed: tar -jxf 'bb19c.tar.bz2'

Re: [Puppet Users] Puppet Package Management - how far do you go?

2010-05-30 Thread Rohan McGovern
On Saturday 29 May 2010, ext Matt Juszczak wrote: > I have a "basenode" class which installs most of the packages > needed on a specific server. For the database servers, we ensure > mysql is installed, setup the directory structure, etc. > > But what about "one off" servers? For instance, I have

Re: [Puppet Users] multiple OS support conventions?

2010-05-12 Thread Rohan McGovern
On Tuesday 11 May 2010, ext Dick Davies wrote: > I've been using Puppet very happily for the last 6 months > or so to manage our CentOS and RHEL servers. > > Over the summer I want to knock things up a notch , > and part of that is going to be supporting a wider range of OSes. > First on the hit li