summaryrefslogtreecommitdiff
path: root/manifests/wine.pp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--manifests/wine.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/wine.pp b/manifests/wine.pp
new file mode 100644
index 0000000..efaef5d
--- /dev/null
+++ b/manifests/wine.pp
@@ -0,0 +1,7 @@
+# Installs Wine (is not an emulator)
+class profiles::wine (
+) {
+ $os_name = $facts['os']['family'].downcase()
+ include "profiles::wine::${os_name}"
+}
+