HomePhorge

(PUP-2349) Add deprecation warning for non-string mode property values
67646c18c031Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(PUP-2349) Add deprecation warning for non-string mode property values

The 'future' (4.x) parser treats literal numbers as actual numbers instead of
strings as the 3.x parser did. This makes file resources that use unquoted
mode values behave strangely (see PUP-2156) so we are deprecating non-String
values for mode.

So this change adds a deprecation warning for non-String values of mode
when running with --parser future.

Details

Provenance
Kylo Ginsberg <kylo@puppetlabs.com>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPU705c280e2b50: (PUP-2349) Specify mode as a string containing an octal mode
Branches
Unknown
Tags
Unknown

Event Timeline

Kylo Ginsberg <kylo@puppetlabs.com> committed rPU67646c18c031: (PUP-2349) Add deprecation warning for non-string mode property values (authored by Kylo Ginsberg <kylo@puppetlabs.com>).Aug 15 2014, 9:02 PM