-
- Downloads
Explicitly test for empty string.
In puppet version 4 and later, the empty string is considered true. This means that conditions written as only 'if $var {' may suddenly end up taking the opposite code path than originally expected. Add an explicit test for the empty string to avoid this.
Loading
Please register or sign in to comment