-
- Downloads
Use single-quoted strings literals where possible.
Using string literals delimited by apostrophes (') instead of double quotes (") should be a tiny bit more efficient, and follows standard Puppet style guidelines as well.
Loading
Please register or sign in to comment