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 {
$auth_home = "/srv/${auth_user}"
$auth_service = "aes_auth"
# Sadly, it does not seem like we can 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 auth server.
# Note: We rely on Boost being installed by the broker. It seems Puppet does not like
# that we specify "boost" multiple times, even though it would look nice, modularity-wise
# since both the auth server and the broker requires boost.
package {
[
'boost',
'boost-devel',
'krb5-libs',
'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