From 0f83c2aebe89b53a939c2f437f827bfe9e90e02c Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 23 Sep 2016 17:49:56 -0300 Subject: Utils: reorder and cleanup --- manifests/utils/office.pp | 39 +++++++++++---------------------------- 1 file changed, 11 insertions(+), 28 deletions(-) (limited to 'manifests/utils/office.pp') diff --git a/manifests/utils/office.pp b/manifests/utils/office.pp index 978efe8..d8a2b1c 100644 --- a/manifests/utils/office.pp +++ b/manifests/utils/office.pp @@ -1,47 +1,30 @@ class nodo::utils::office { - # Office + # Console package { [ 'vim-gtk', - 'gobby', - 'libreoffice', 'sc', 'antiword', 'unrtf', 'pandoc', 'wyrd', - 'gnucash', - 'worklog', - 'pdftk', - 'fbreader', 'pdfgrep', 'mat', - 'evince', - 'aewan', - 'autocutsel', - 'parcellite', + #'worklog', ]: ensure => installed, } - # Finance + # GUI package { [ - 'ledger', - 'clipf', - 'misery', - ]: - ensure => present, - } - - # LaTeX - package { [ - 'texlive-latex-base', - 'texlive-latex-recommended', - 'texlive-latex-extra', - 'texlive-fonts-extra', - 'vim-latexsuite', - 'pdfjam', + 'gobby', + 'libreoffice', + 'zathura', + 'fbreader', + #'pdftk', + #'evince', + #'aewan', ]: - ensure => present, + ensure => installed, } # Not in use -- cgit v1.2.3