Issue #4311 has been updated by Markus Roberts. Status changed from Ready for Testing to Closed
commit:0f9672a545ac057282b9add87ee602e3200d11de Fixed #4311 - Typo in defaults.rb ---------------------------------------- Bug #4311: puppetmasterd --genconfig shows factpath with File::PATH_SEPARATOR rather than colon http://projects.puppetlabs.com/issues/4311 Author: John Warburton Status: Closed Priority: Normal Assigned to: Category: Target version: 2.6.1 Affected version: 2.6.0 Keywords: puppetmasterd genconfig factpath File::PATH_SEPARATOR Branch: http://github.com/jamtur01/puppet/tree/tickets/master/4311 % export RUBYLIB=/opt/local/pkgs/puppet-0.25.5/lib:/opt/local/lib % /opt/local/pkgs/puppet-0.25.5/sbin/puppetmasterd --genconfig|grep factpath factpath = /var/lib/puppet/lib/facter/:/var/lib/puppet/facts % export RUBYLIB=/opt/local/pkgs/puppet-2.6.0/lib:/opt/local/lib % /opt/local/pkgs/puppet-2.6.0/sbin/puppetmasterd --genconfig|grep factpath factpath = /var/lib/puppet/lib/facter/${File::PATH_SEPARATOR}/var/lib/puppet/facts -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" 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-bugs?hl=en.
