From 8aa920f57bfb55190208a6662384ffa76d8014f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 21 Mar 2023 15:33:39 +0100 Subject: Add wine (for Archlinux). --- manifests/wine/archlinux.pp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 manifests/wine/archlinux.pp (limited to 'manifests/wine') diff --git a/manifests/wine/archlinux.pp b/manifests/wine/archlinux.pp new file mode 100644 index 0000000..819bf89 --- /dev/null +++ b/manifests/wine/archlinux.pp @@ -0,0 +1,9 @@ +# See profiles::wine +class profiles::wine::archlinux { + require profiles::arch::multilib + + ensure_packages([ + 'wine', + 'wine-mono', + ]) +} -- cgit v1.2.3