From feedae0ff83b3b1f5bd1367dfd9a6092d5171106 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Thu, 23 May 2013 15:07:18 +0000 Subject: buildsystem::binrepo: install nail package The upload-bin script for binrepo use the mailx command provided by the nail package. --- modules/buildsystem/manifests/binrepo.pp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/buildsystem/manifests/binrepo.pp b/modules/buildsystem/manifests/binrepo.pp index 10027515..00f2d165 100644 --- a/modules/buildsystem/manifests/binrepo.pp +++ b/modules/buildsystem/manifests/binrepo.pp @@ -3,6 +3,11 @@ class buildsystem::binrepo { include buildsystem::var::groups include sudo + # upload-bin script use the mailx command provided by nail + package { 'nail': + ensure => installed, + } + user { $buildsystem::var::binrepo::login: comment => 'Binary files repository', home => $buildsystem::var::binrepo::homedir, -- cgit v1.2.1