From 1bba8121dcfb0c852a076d747557d2227267f3e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 24 Jan 2022 11:20:44 +0100 Subject: arch-builder work. --- manifests/arch_builder.pp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/manifests/arch_builder.pp b/manifests/arch_builder.pp index 5d3fc23..69b03c2 100644 --- a/manifests/arch_builder.pp +++ b/manifests/arch_builder.pp @@ -5,14 +5,18 @@ class profiles::arch_builder { ensure_packages([ 'base', 'base-devel', - # 'auracle-git', + # Note that auracle git is NOT in the standard repos, and needs to + # be manually bootstraped to work + 'auracle-git', ]) $aur_builder = 'aur-builder' + $aur_home = '/usr/local/aur' user { $aur_builder: system => true, - home => '/usr/local/aur', + home => $aur_home, + shell => '/usr/bin/nologin', } file { '/etc/sudoers.d/aur_builder': -- cgit v1.2.3