shiftstack / dev-install

13 stars 16 forks source link

Fix MTU concatenation #197

Closed MaysaMacedo closed 1 year ago

MaysaMacedo commented 1 year ago

This commit converts the mtu to int before concataneting, otherwise we would get the following error:

"Unexpected templating type error occurred on ({{ ctlplane_mtu + 100 }}): can only concatenate str (not \"int\") to str"}"

EmilienM commented 1 year ago

Thanks Maysa, sorry totally my fault here.