From 3277439ce5f038b53abb4a7a2f1dd91fca5bd204 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 7 Mar 2015 19:18:45 -0300 Subject: Package fix --- manifests/utils/office.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, } -- cgit v1.2.3