]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Manage taskwarrior, timewarrior and auxiliar software
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 22 May 2018 17:38:25 +0000 (14:38 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 22 May 2018 17:38:25 +0000 (14:38 -0300)
manifests/utils.pp
manifests/utils/office.pp

index 971e352e091b592e0cc1e34527f4028c67249288..7377159a6667154c197fad3b29096e7f138533e7 100644 (file)
@@ -5,6 +5,7 @@ class nodo::utils inherits nodo::utils::base {
     'needrestart',
     'reboot-notifier',
     #debian-goodies,
+    #clog,
   ]:
     ensure  => present,
   }
index 3ad49ab284e97bc5101ec314dd1ecc346905263a..137f4ae971f661a6356944a01638034287ddaeb9 100644 (file)
@@ -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',