From: Silvio Rhatto Date: Tue, 22 May 2018 17:38:25 +0000 (-0300) Subject: Manage taskwarrior, timewarrior and auxiliar software X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=07c829ec91a7d7d09d9bb204d51c989e4de7eb9f;p=puppet-nodo.git Manage taskwarrior, timewarrior and auxiliar software --- 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',