-
Type:
Bug
-
Status: Closed
-
Priority:
Normal
-
Resolution: Fixed
-
Affects Version/s: PUP 4.6.1
-
Fix Version/s: PUP 4.8.0
-
Component/s: None
-
Labels:None
-
Template:customfield_10700 150545
-
Team:Puppet Developer Experience
-
Story Points:1
-
Sprint:PDS 2016-09-21, PDS 2016-10-05
-
Release Notes:Bug Fix
-
Release Notes Summary:
% puppet apply -e '$be = $settings::storeconfigs_backend notice(inline_template("<%= @be.class %>"))'
|
Notice: Scope(Class[main]): Symbol
|
and therefore
% puppet apply -e 'notice($settings::storeconfigs_backend == "puppetdb")'
|
Notice: Scope(Class[main]): false
|
This stuff should be stringified I guess, and in general $settings is just horrible and should be a hash.