Issue #8349 has been reported by Josh Cooper. ---------------------------------------- Bug #8349: Destdir option does not work on Windows https://projects.puppetlabs.com/issues/8349
Author: Josh Cooper Status: Unreviewed Priority: Low Assignee: Category: Target version: Affected Puppet version: Keywords: Branch: The install.rb facter and puppet scripts support a destdir option that allows you to install facter/puppet using an alternate prefix, e.g. C:\mypuppet. But these scripts do not handle drive letters or UNC paths, so it will attempt to install files in C:\mypuppet\C:\whatever and fail. The workaround is to explicitly specify the location of the various directories: <pre> ruby install.rb --bindir=c:\mypuppet\bin --sbindir=c:\mypuppet\sbin --mandir=c:\mypuppet\man </pre> -- 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.
