-
-
Notifications
You must be signed in to change notification settings - Fork 7
Added several package versions and a yum repo file #123
Conversation
79842e4
to
e700f2e
Compare
@@ -13,7 +13,7 @@ | |||
|
|||
pkg.environment 'optflags', '-O2' | |||
|
|||
special_flags = " --prefix=#{ruby_dir} --with-opt-dir=#{settings[:prefix]} --enable-dtrace --with-baseruby=#{host_ruby}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DTrace is old and, in the case of Debian, not included in the system at all. Not sure if it's really needed for this anyway.
e700f2e
to
e214b70
Compare
pl-cmake | ||
pl-gcc | ||
systemtap-sdt-devel | ||
java-1.8.0-openjdk-headless |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is java needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This (and the below) are both leftovers from when I copied the files from the vanagon puppet_runtime repo. Planned cleanup as part of the next few releases.
|
||
plat.provision_with "yum install --assumeyes #{packages.join(' ')}" | ||
|
||
plat.output_dir File.join('el', 'PC1') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PC1 looks like the old Puppet 4 configs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see above ^
Co-Authored-By: Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl>
No description provided.