X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=modules%2Fprofile%2Fmanifests%2Fboinc.pp;fp=modules%2Fprofile%2Fmanifests%2Fboinc.pp;h=79aa85f87107f91b4c79faeafd1c8bf281dc45d6;hb=e741407bd1dd0557bde0d74c061e02d198f889ed;hp=43c4a494f0098cbb48b5a92e5de9942cbc8fc706;hpb=d7b6e53e01c414582f0ff4cdc07dc963838b5192;p=perso%2FImmae%2FProjets%2FPuppet.git diff --git a/modules/profile/manifests/boinc.pp b/modules/profile/manifests/boinc.pp index 43c4a49..79aa85f 100644 --- a/modules/profile/manifests/boinc.pp +++ b/modules/profile/manifests/boinc.pp @@ -3,7 +3,7 @@ class profile::boinc ( Optional[String] $rpc_host = undef, ) { unless empty($rpc_host) or empty($rpc_password) { - ensure_packages(["boinc-nox"]) + ensure_packages(["boinc-nox", "lib32-glibc", "lib32-glib2"]) file { "/var/lib/boinc/gui_rpc_auth.cfg": ensure => present,