We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Need to adjust, move away from the epel. Keeping the original for backwards compatibility.
epel
commands: 01-install-node-old: command: "yum install nodejs npm --enablerepo=epel -y || :" ignoreErrors: true 01-install-node-new: command: "yum install nodejs npm -y || :" ignoreErrors: true