Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
aes
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
liu-puppet-modules
aes
Commits
10f073dd
Commit
10f073dd
authored
4 years ago
by
Filip Strömbäck
Browse files
Options
Downloads
Patches
Plain Diff
Updated the Boost version used with the broker and auth server to 1.69.
parent
8916c7a3
No related branches found
No related tags found
2 merge requests
!7
Merge of PDK, broker, auth
,
!4
Devel
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
files/auth/on_update.sh
+5
-0
5 additions, 0 deletions
files/auth/on_update.sh
files/broker/on_update.sh
+5
-0
5 additions, 0 deletions
files/broker/on_update.sh
manifests/broker.pp
+3
-6
3 additions, 6 deletions
manifests/broker.pp
with
13 additions
and
6 deletions
files/auth/on_update.sh
+
5
−
0
View file @
10f073dd
...
...
@@ -4,6 +4,11 @@ run_as_broker=$(cat <<'EOF'
cd
# To make sure we have a decent GCC in our path.
source /opt/rh/devtoolset-7/enable
# Use a newer Boost.
export LIBRARY_PATH=/usr/lib64/boost169
export CPATH=/usr/include/boost169
cd src/auth
make clean
make -j4
...
...
This diff is collapsed.
Click to expand it.
files/broker/on_update.sh
+
5
−
0
View file @
10f073dd
...
...
@@ -4,6 +4,11 @@ run_as_broker=$(cat <<'EOF'
cd
# To make sure we have a decent GCC in our path.
source /opt/rh/devtoolset-7/enable
# Use a newer Boost.
export LIBRARY_PATH=/usr/lib64/boost169
export CPATH=/usr/include/boost169
cd src/broker
make clean
make -j4
...
...
This diff is collapsed.
Click to expand it.
manifests/broker.pp
+
3
−
6
View file @
10f073dd
...
...
@@ -5,15 +5,12 @@ class aes::broker {
$broker_home
=
"/srv/
${broker_user}
"
$broker_service
=
"aes_broker"
# Sadly, it does not seem like we can only install asio, so we need
# Sadly, it does not seem like we can
not
only install asio, so we need
# to install the Boost as a whole.
# It is easiest to install just "boost", even if that is a bit older
# than what is available (others require modifying the include path).
# It is still enough for the broker.
package
{
[
'boost'
,
'boost-devel'
,
'boost
169
'
,
'boost
169
-devel'
,
]:
ensure
=>
installed
,
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment