Issue #887 has been updated by Kjetil Torgrim Homme. Affected version changed from 0.24.8 to 0.25.1
---------------------------------------- Bug #887: Environment variable leak in blastwave provider http://projects.reductivelabs.com/issues/887 Author: Francois Deppierraz Status: Accepted Priority: Normal Assigned to: Category: exec Target version: unplanned Patch: None Affected version: 0.25.1 Keywords: Branch: In provider/package/blastwave.rb: <pre> # This is so stupid, but then, so is blastwave. ENV[[PAGER]] = "/usr/bin/cat" </pre> This environment variable leaks in all other types (such as exec). This could lead to strange behaviours of script launched by an exec because under some OS /usr/bin/cat does not exist. This problem appeared during an automated Vmware Workstation installation, the vmware-install.pl script failed when run with PAGER=/usr/bin/cat. -- 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://reductivelabs.com/redmine/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.
