ComputeCanada / puppet-magic_castle

Puppet Environment repo for Magic Castle - https://github.com/ComputeCanada/magic_castle
MIT License
13 stars 21 forks source link

Fix quota condition #392

Closed etiennedub closed 1 month ago

etiennedub commented 1 month ago

There was an issue with the quota condition when it was not set. pick_default($values['quota'], undef) return an empty string instead of undef. For this reason I changed the default value to an empty string and modify the condition accordingly.