aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2019-06-08 10:44:20 -0300
committerSilvio Rhatto <rhatto@riseup.net>2019-06-08 10:44:20 -0300
commit7270f18b6e50b2600c69756a2d1a645a75794e39 (patch)
treeaf945220819e157602a806b8715bfea80ec58048
parentfcff5ce7e71d0ec218e86ff9a84d31f97517c2a8 (diff)
downloadpuppet-nodo-7270f18b6e50b2600c69756a2d1a645a75794e39.tar.gz
puppet-nodo-7270f18b6e50b2600c69756a2d1a645a75794e39.tar.bz2
Adds texlive-xetex into nodo::utils::latex
-rw-r--r--manifests/utils/latex.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/utils/latex.pp b/manifests/utils/latex.pp
index 34ef9ca..7f39921 100644
--- a/manifests/utils/latex.pp
+++ b/manifests/utils/latex.pp
@@ -9,6 +9,7 @@ class nodo::utils::latex (
'texlive-fonts-extra',
'texlive-lang-portuguese',
'texlive-extra-utils',
+ 'texlive-xetex',
'latexmk',
'vim-latexsuite',
'pdftk',