From: Ismaƫl Bouya Date: Wed, 11 Jul 2018 07:51:32 +0000 (+0200) Subject: Update boinc X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FPuppet.git;a=commitdiff_plain;h=7e8517ec66c39c508142aad729deca96b58d560a Update boinc --- diff --git a/modules/profile/manifests/boinc.pp b/modules/profile/manifests/boinc.pp index 79aa85f..b8d77cf 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", "lib32-glibc", "lib32-glib2"]) + ensure_packages(["boinc-nox", "lib32-glibc", "lib32-glib2"], { ensure => latest }) file { "/var/lib/boinc/gui_rpc_auth.cfg": ensure => present, @@ -23,6 +23,10 @@ class profile::boinc ( } -> service { "boinc": + enable => false, + ensure => "stopped", + } -> + service { "boinc-client": enable => true, ensure => "running", }