Hello, On 04/02/2013 07:44 AM, Kubes wrote: > cannot generate tempfile `/puppet20130331-3128-n19xxm-9'
I suspect this is the crux of your issue. Is there a /tmp on that system and is it world writable? Have you declared $TMPDIR? What does the puppet.conf look like on that system? Does `mktemp` work as expected? Eg. $ mktemp /tmp/tmp.7rj9E3NgP1 $ ls -la /tmp/tmp.7rj9E3NgP1 -rw------- 1 jhoblitt users 0 Apr 2 09:04 /tmp/tmp.7rj9E3NgP1 -Josh -- -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
