aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-05-22 14:38:25 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-05-22 14:38:25 -0300
commit07c829ec91a7d7d09d9bb204d51c989e4de7eb9f (patch)
treecdc5e8419b887c815b500f8c03b7a7d45eda8b1c /manifests/utils
parent28fdad67e3ea933a4b1fdd79dd5c11efcd412778 (diff)
downloadpuppet-nodo-07c829ec91a7d7d09d9bb204d51c989e4de7eb9f.tar.gz
puppet-nodo-07c829ec91a7d7d09d9bb204d51c989e4de7eb9f.tar.bz2
Manage taskwarrior, timewarrior and auxiliar software
Diffstat (limited to 'manifests/utils')
-rw-r--r--manifests/utils/office.pp16
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',