Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

installation via RVM #10

Merged
merged 14 commits into from Aug 8, 2022
Merged

installation via RVM #10

merged 14 commits into from Aug 8, 2022

Conversation

tuxmea
Copy link
Member

@tuxmea tuxmea commented Aug 5, 2022

No description provided.

@tuxmea tuxmea changed the title installation via RVM WIP installation via RVM Aug 5, 2022
hdm needs newer puppet version than offered by puppet.
therefore we install ruby using rvm and then run the required bundle commands
@tuxmea tuxmea changed the title WIP installation via RVM installation via RVM Aug 8, 2022
}
$exec_prefix = 'scl enable devtoolset-7 '
exec { 'update sqlite':
command => 'yum install -y https://kojipkgs.fedoraproject.org//packages/sqlite/3.8.11/1.fc21/x86_64/sqlite-devel-3.8.11-1.fc21.x86_64.rpm https://kojipkgs.fedoraproject.org//packages/sqlite/3.8.11/1.fc21/x86_64/sqlite-3.8.11-1.fc21.x86_64.rpm',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can use the package resource and provide the link to the package?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No. we need to install both packages at once as we are upgrading from sqlite 3.7 to 3.8.

Copy link
Sponsor Member

@rwaffen rwaffen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tuxmea tuxmea merged commit dbc9dc8 into main Aug 8, 2022
@tuxmea tuxmea deleted the rvm branch August 8, 2022 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants