On 23 March 2010 10:51, Martin Englund <[email protected]> wrote: > Signed-off-by: Martin Englund <[email protected]> > --- > install.rb | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/install.rb b/install.rb > index 1280f04..d1b3f18 100755 > --- a/install.rb > +++ b/install.rb > @@ -212,7 +212,7 @@ def prepare_installation > opts.parse! > end > > - tmpdirs = [".", ENV['TMP'], ENV['TEMP'], "/tmp", "/var/tmp"] > + tmpdirs = [ENV['TMP'], ENV['TEMP'], "/tmp", "/var/tmp", "."] > > version = [Config::CONFIG["MAJOR"], Config::CONFIG["MINOR"]].join(".") > libdir = File.join(Config::CONFIG["libdir"], "ruby", version)
Fine, however I'm sans internet at home atm so unlikely to be able to merge until next week - James, or someone at RL can you push this up to the facter tree. Paul -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en.
