summaryrefslogtreecommitdiff
path: root/manifests/tex.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/tex.pp')
-rw-r--r--manifests/tex.pp8
1 files changed, 8 insertions, 0 deletions
diff --git a/manifests/tex.pp b/manifests/tex.pp
new file mode 100644
index 0000000..16783f6
--- /dev/null
+++ b/manifests/tex.pp
@@ -0,0 +1,8 @@
+class profiles::tex {
+ ensure_packages([
+ 'texlive-core',
+ 'texlive-fontsextra',
+ 'texlive-latexextra',
+ 'texlive-pictures',
+ ])
+}