From e741407bd1dd0557bde0d74c061e02d198f889ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Sat, 28 Apr 2018 20:43:26 +0200 Subject: Add missing packages for boinc --- modules/profile/manifests/boinc.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/profile') 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, -- cgit v1.2.3