From 92d3d856e62705e6d0bce4c5453038384bb1464b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 24 Jan 2022 21:54:51 +0100 Subject: Pacman module makepkg. --- manifests/arch_builder.pp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/manifests/arch_builder.pp b/manifests/arch_builder.pp index 8c593d6..325ab3f 100644 --- a/manifests/arch_builder.pp +++ b/manifests/arch_builder.pp @@ -53,4 +53,9 @@ class profiles::arch_builder ( content => hash2yaml({ 'packages' => $package_list }, $yaml_settings), } + + class { 'pacman::makepkg': + makeflags => '-j4', + packager => 'Hugo Hörnquist (automatically) <>', + } } -- cgit v1.2.3