diff options
Diffstat (limited to 'manifests/utils/office.pp')
-rw-r--r-- | manifests/utils/office.pp | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/manifests/utils/office.pp b/manifests/utils/office.pp index 3ad49ab..137f4ae 100644 --- a/manifests/utils/office.pp +++ b/manifests/utils/office.pp @@ -1,15 +1,23 @@ class nodo::utils::office ( $ensure = 'installed', ) { - # Not in use package { [ - 'kalarm', - 'gnumeric', - 'jekyll', 'taskwarrior', 'timewarrior', 'bugwarrior', 'vit', + 'tasksh', + 'python-powerline-taskwarrior', + #'hledger', + ]: + ensure => present, + } + + # Not in use + package { [ + 'kalarm', + 'gnumeric', + 'jekyll', 'hledger', 'dia', 'calibre', |