Issue #11847 has been updated by Jeff McCune. Target version changed from 2.7.x to 2.7.10
# Merged # Daniel merged this into 2.7.x as <https://github.com/puppetlabs/puppet/commit/134e826084aa0eec0d065d070288e984a077d21b> I'm updating the ticket since I'm reviewing our board this morning and noticed the Pull Req has been merged but the ticket hasn't been updated. ---------------------------------------- Bug #11847: puppet.bat cannot be relocated on Windows https://projects.puppetlabs.com/issues/11847 Author: Josh Cooper Status: In Topic Branch Pending Review Priority: Normal Assignee: Josh Cooper Category: windows Target version: 2.7.10 Affected Puppet version: 2.7.6 Keywords: Branch: https://github.com/puppetlabs/puppet/pull/320 Puppet's `install.rb` script creates wrapper batch scripts in ruby's bin directory. The batch file contains full paths to where it was installed and its current working directory. This makes it impossible to move the ruby directory (and the script) and have the script still work. The preferred way of doing this on Windows is to use `%~dp0`, which is dynamically set to the full path of the directory that contains the script, i.e. what is currently `C:\Ruby187\bin` -- 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.
