summaryrefslogtreecommitdiff
path: root/manifests/arch_builder.pp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--manifests/arch_builder.pp5
1 files changed, 5 insertions, 0 deletions
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) <>',
+ }
}