aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/office.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/utils/office.pp')
-rw-r--r--manifests/utils/office.pp12
1 files changed, 6 insertions, 6 deletions
diff --git a/manifests/utils/office.pp b/manifests/utils/office.pp
index ceb74ab..5998db8 100644
--- a/manifests/utils/office.pp
+++ b/manifests/utils/office.pp
@@ -4,24 +4,24 @@ class nodo::utils::office (
package { [
'taskwarrior',
'timewarrior',
- 'bugwarrior',
- 'vit',
- 'tasksh',
'python-powerline-taskwarrior',
- 'watson',
- #'hledger',
]:
ensure => present,
}
# Not in use
package { [
+ 'bugwarrior',
+ 'bugs-everywhere',
+ 'vit',
+ 'tasksh',
+ 'watson',
'kalarm',
'gnumeric',
'jekyll',
- 'hledger',
'dia',
'calibre',
+ 'hledger',
]:
ensure => absent,
}