diff options
Diffstat (limited to 'manifests/utils/office.pp')
-rw-r--r-- | manifests/utils/office.pp | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/manifests/utils/office.pp b/manifests/utils/office.pp index d8a2b1c..690bde5 100644 --- a/manifests/utils/office.pp +++ b/manifests/utils/office.pp @@ -1,32 +1,4 @@ class nodo::utils::office { - # Console - package { [ - 'vim-gtk', - 'sc', - 'antiword', - 'unrtf', - 'pandoc', - 'wyrd', - 'pdfgrep', - 'mat', - #'worklog', - ]: - ensure => installed, - } - - # GUI - package { [ - 'gobby', - 'libreoffice', - 'zathura', - 'fbreader', - #'pdftk', - #'evince', - #'aewan', - ]: - ensure => installed, - } - # Not in use package { [ 'kalarm', |