From 07c829ec91a7d7d09d9bb204d51c989e4de7eb9f Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 22 May 2018 14:38:25 -0300 Subject: Manage taskwarrior, timewarrior and auxiliar software --- manifests/utils/office.pp | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'manifests/utils') 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', -- cgit v1.2.3