[Puppet Users] Re: Exec doesn't work with Ubuntu Server 10.04 (Lucid Lynx) 64bit

2010-02-18 Thread kai.steverding
ebug: Finishing transaction 23715922698720 with 1 changes > >> j...@debian:~$ > > >> -Josh > > >> On Feb 13, 2010, at 9:49 AM, Nigel Kersten wrote: > > >>> Note too that the same bug should be affecting Debian testing and > >>> unstable if the Ruby 1.8

[Puppet Users] Re: Exec doesn't work with Ubuntu Server 10.04 (Lucid Lynx) 64bit

2010-02-09 Thread kai.steverding
01-10 patchlevel 249) [x86_64-linux] r...@puppet:/etc/puppet/manifests# puppet -V 0.25.4 On 9 Feb., 14:14, James Turnbull wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 10/02/10 12:06 AM, kai.steverding wrote: > > > I installed ruby on the above server an

[Puppet Users] Exec doesn't work with Ubuntu Server 10.04 (Lucid Lynx) 64bit

2010-02-09 Thread kai.steverding
I installed ruby on the above server and tried with a simple exec- test : class testmodule { exec {"TEST-EXEC" : cwd => "/tmp/", command =>"/usr/bin/touch /tmp/ >/tmp/123 2>&1", timeout => 5,