diff options
author | Jesse Wolfe <jes5199@gmail.com> | 2009-10-16 23:45:02 -0700 |
---|---|---|
committer | James Turnbull <james@lovedthanlost.net> | 2009-10-19 19:47:07 +1100 |
commit | f59f8054dc0d1c86169b954fab96df650f38dd23 (patch) | |
tree | a2de2de0a2c784b6b889b038724a9a05858ee1be /lib/puppet/rails/database | |
parent | 6ba122f62bf22c955a6923604a46a8ab22d8770b (diff) | |
download | puppet-f59f8054dc0d1c86169b954fab96df650f38dd23.tar.gz puppet-f59f8054dc0d1c86169b954fab96df650f38dd23.tar.xz puppet-f59f8054dc0d1c86169b954fab96df650f38dd23.zip |
Bug #1900 Parsing of quoted $ in stdin
When code comes in via STDIN or --code ,
Puppet::Util::Settings interpolates $values in the code,
which is probably never the intended behavior.
This is the least destructive fix I could think of:
have Puppet::Parser::Interpreter ask for the uninterpolated value.
More general fixes could be to:
a) Add an escape character to Settings's interpolator, and escape STDIN
b) Add a mechanism to Settings to mark some values as uninterpolated
Signed-off-by: Jesse Wolfe <jes5199@gmail.com>
Diffstat (limited to 'lib/puppet/rails/database')
0 files changed, 0 insertions, 0 deletions