From 7e8517ec66c39c508142aad729deca96b58d560a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Wed, 11 Jul 2018 09:51:32 +0200 Subject: Update boinc --- modules/profile/manifests/boinc.pp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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", } -- cgit v1.2.3