diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-04-28 20:43:26 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-04-28 20:43:26 +0200 |
commit | e741407bd1dd0557bde0d74c061e02d198f889ed (patch) | |
tree | 7824211f65bfb6694d95a18f7bfc5e6da725af1a | |
parent | d7b6e53e01c414582f0ff4cdc07dc963838b5192 (diff) | |
download | Puppet-e741407bd1dd0557bde0d74c061e02d198f889ed.tar.gz Puppet-e741407bd1dd0557bde0d74c061e02d198f889ed.tar.zst Puppet-e741407bd1dd0557bde0d74c061e02d198f889ed.zip |
Add missing packages for boinc
-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, |