diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/profile/manifests/boinc.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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 ( | |||
3 | Optional[String] $rpc_host = undef, | 3 | Optional[String] $rpc_host = undef, |
4 | ) { | 4 | ) { |
5 | unless empty($rpc_host) or empty($rpc_password) { | 5 | unless empty($rpc_host) or empty($rpc_password) { |
6 | ensure_packages(["boinc-nox"]) | 6 | ensure_packages(["boinc-nox", "lib32-glibc", "lib32-glib2"]) |
7 | 7 | ||
8 | file { "/var/lib/boinc/gui_rpc_auth.cfg": | 8 | file { "/var/lib/boinc/gui_rpc_auth.cfg": |
9 | ensure => present, | 9 | ensure => present, |