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