diff options
author | David Schmitt <david@black.co.at> | 2016-11-27 17:39:07 +0000 |
---|---|---|
committer | David Schmitt <david@black.co.at> | 2016-11-27 17:39:07 +0000 |
commit | c5fbd82204e9832b0d398e894003e9898adb71fc (patch) | |
tree | 2d3a079f05f97874d0d317f83d1c0a8c7ffc214d /spec/functions/validate_re_spec.rb | |
parent | 419f7d63ecf4a98ae55d614bc692544a639820ab (diff) |
Remove rvalue declaration from v3 deprecation() function
Without this, some uses of this function do not work in puppet3. e.g.
if $include_src != undef {
deprecation('apt $include_src', "please use \$include => { 'src' => ${include_src} } instead")
}
causes
Function 'deprecation' must be the value of a statement
on puppet 3.8.7.
Diffstat (limited to 'spec/functions/validate_re_spec.rb')
0 files changed, 0 insertions, 0 deletions