diff options
| -rw-r--r-- | manifests/utils.pp | 1 | ||||
| -rw-r--r-- | manifests/utils/office.pp | 16 | 
2 files changed, 13 insertions, 4 deletions
diff --git a/manifests/utils.pp b/manifests/utils.pp index 971e352..7377159 100644 --- a/manifests/utils.pp +++ b/manifests/utils.pp @@ -5,6 +5,7 @@ class nodo::utils inherits nodo::utils::base {      'needrestart',      'reboot-notifier',      #debian-goodies, +    #clog,    ]:      ensure  => present,    } 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',  | 
