Skip to content

Commit

Permalink
(ccs_software::pre) add curl and wget to required packages
Browse files Browse the repository at this point in the history
These are used internally by the ccs install process.
At least on rhel8, it is possible to install a system without wget,
which then causes the ccs install to fail partway through, leaving the
installation directory present but empty.
  • Loading branch information
glennmorris committed Oct 18, 2023
1 parent 00ef9b1 commit 6697607
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifests/pre.pp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
'unzip',
'git',
'python3',
'curl-minimal',
'wget',
]

ensure_packages($deps)
Expand Down

0 comments on commit 6697607

Please sign in to comment.