From af464b1b09ed7d0276013b22d6a4b291135c3e1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 21 Mar 2023 15:27:31 +0100 Subject: Add common::archlinux. --- manifests/common/archlinux.pp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 manifests/common/archlinux.pp (limited to 'manifests') diff --git a/manifests/common/archlinux.pp b/manifests/common/archlinux.pp new file mode 100644 index 0000000..e86f3cb --- /dev/null +++ b/manifests/common/archlinux.pp @@ -0,0 +1,10 @@ +class profiles::common::archlinux { + ensure_packages([ + 'inetutils', + ]) + + class { 'pacman': + parallel_downloads => ceil($facts['processorcount'] / 2), + update => true, + } +} -- cgit v1.2.3