summaryrefslogtreecommitdiff
path: root/manifests/tex.pp
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-10-02 19:01:04 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-10-02 19:22:48 +0200
commit4c751df7e334707452c2e507b634694f9eff0af8 (patch)
tree579152125991d00f79fc74e20edfd4919ce31f97 /manifests/tex.pp
parentMove cowsay and envirnoment setup to own profiles. (diff)
downloadprofiles-4c751df7e334707452c2e507b634694f9eff0af8.tar.gz
profiles-4c751df7e334707452c2e507b634694f9eff0af8.tar.xz
Futher workstation setup.
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',
+ ])
+}