CDLUC3 / dmphub

Simple metadata repository for networked DMPs
MIT License
3 stars 1 forks source link

Update to Ruby 3 #139

Open briri opened 1 year ago

briri commented 1 year ago

Update the puppet hiera file, hiera-data/uc3-data/fqsn/uc3-dmp-hub-stg.yaml, to allow us to set the ruby, bundler and node versions like we did for DMPTool.

Here is what we have in DMPTool's hiera, hiera-data/uc3-data/fqsn/uc3-dmp-tool-stg.yaml:

    bundler_version: "2.2.33"
    ruby_version: "3.0"
    nodejs_repo_url_suffix: "16.x"
ashleygould commented 1 year ago

I modified puppet code in module uc3_dmp_hub to support using hiera to set versions for ruby, bundler and nodejs. host in uc3-dmp-hub-stg have been updated. We are ready to do the same for production now. just need to schedule.