From: Silvio Rhatto Date: Sat, 7 Mar 2015 22:18:45 +0000 (-0300) Subject: Package fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=3277439ce5f038b53abb4a7a2f1dd91fca5bd204;p=puppet-nodo.git Package fix --- diff --git a/manifests/utils/office.pp b/manifests/utils/office.pp index 6a97abf..49dda20 100644 --- a/manifests/utils/office.pp +++ b/manifests/utils/office.pp @@ -13,7 +13,7 @@ class nodo::utils::office { } # LaTeX - package { [ 'texlive-latex-base', 'texlive-latex-recommended', 'texlive-latex-extra', 'texlive-fonts-extra', vim-latexsuite ]: + package { [ 'texlive-latex-base', 'texlive-latex-recommended', 'texlive-latex-extra', 'texlive-fonts-extra', 'vim-latexsuite' ]: ensure => present, }