Skip to content
Snippets Groups Projects
Commit 190638e0 authored by Filip Strömbäck's avatar Filip Strömbäck
Browse files

Installing Boost and G++7 for compiling and updating the Broker.

parent f7db14b4
No related branches found
No related tags found
No related merge requests found
class aes::broker {
package {
[
'devtoolset-7-gcc',
'devtoolset-7-gcc-c++',
'boost169',
]:
ensure => installed,
}
}
\ No newline at end of file
...@@ -4,6 +4,7 @@ class aes { ...@@ -4,6 +4,7 @@ class aes {
include aes::opendsa include aes::opendsa
include aes::squid_filter include aes::squid_filter
include aes::latex include aes::latex
include aes::broker
include ::liurepo::centos_sclo_rh include ::liurepo::centos_sclo_rh
package { package {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment