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

Removed boost from the auth config, as Puppet does not seem to like the same...

Removed boost from the auth config, as Puppet does not seem to like the same package being specified multiple times.
parent 73aaf30d
No related branches found
No related tags found
No related merge requests found
...@@ -5,15 +5,11 @@ class aes::auth { ...@@ -5,15 +5,11 @@ class aes::auth {
$auth_home = "/srv/${auth_user}" $auth_home = "/srv/${auth_user}"
$auth_service = "aes_auth" $auth_service = "aes_auth"
# Sadly, it does not seem like we can only install asio, so we need # Note: We rely on Boost being installed by the broker. It seems Puppet does not like
# to install the Boost as a whole. # that we specify "boost" multiple times, even though it would look nice, modularity-wise
# It is easiest to install just "boost", even if that is a bit older # since both the auth server and the broker requires boost.
# than what is available (others require modifying the include path).
# It is still enough for the auth server.
package { package {
[ [
'boost',
'boost-devel',
'krb5-libs', 'krb5-libs',
'krb5-devel', 'krb5-devel',
]: ]:
......
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