You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have yaml that looks like the following...
WebIds:
-
source : SystemsAzA
type : resource
variable : Web1
-
source : SystemsAzB
type : resource
variable : Web1
Where cumulus passes the value of WebIds to a csv parameter in a cf template
Looks like commit e199287 broke this functionality since item['value']) is being casted to string CFStack.py(109)
The text was updated successfully, but these errors were encountered:
mazzystr
changed the title
Cumulus can no longer accepts lists in yaml
Cumulus no longer accepts lists in yaml
Aug 3, 2015
We have yaml that looks like the following...
WebIds:
-
source : SystemsAzA
type : resource
variable : Web1
-
source : SystemsAzB
type : resource
variable : Web1
Where cumulus passes the value of WebIds to a csv parameter in a cf template
Looks like commit e199287 broke this functionality since item['value']) is being casted to string CFStack.py(109)
The text was updated successfully, but these errors were encountered: