Issue #18046 has been updated by Josh Cooper.
Here's the change to daemon.bat <https://github.com/puppetlabs/puppet/commit/d94c1b3fe3d5bd2fb2665599dc40076c032327a4#L0L6> ---------------------------------------- Bug #18046: windows 3.0.1 msi package has broken batch scripts https://projects.puppetlabs.com/issues/18046#change-78499 Author: Josh Cooper Status: Accepted Priority: Normal Assignee: Category: Target version: 3.0.2 Affected Puppet version: 3.0.1 Keywords: windows Branch: When installing the 3.0.1 msi package, none of these scripts work: <https://github.com/puppetlabs/puppet_for_the_win/tree/master/conf/windows/stage/bin>. This was caused by #16757 as we no longer explicitly require rubygems within puppet (or facter or hiera). We did change daemon.bat to invoke ruby with `-rubygems` but the same change was not made to the other scripts, because they are not part of puppet (they're in the puppet_for_the_win) repo, and we don't run our acceptance tests against the install MSI. -- 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.
