aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/office.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/utils/office.pp')
-rw-r--r--manifests/utils/office.pp39
1 files changed, 11 insertions, 28 deletions
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