aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/office.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2022-01-08 20:45:41 -0300
committerSilvio Rhatto <rhatto@riseup.net>2022-01-08 20:45:41 -0300
commit308d12eccd2bfaa2a72a9842efe0997f3485bed5 (patch)
tree6d1d90c06b34e2d633c13c1090ee5dd8deb1732a /manifests/utils/office.pp
parent9c8dd49491117860ae404b3837bc904d0f3df5d8 (diff)
downloadpuppet-nodo-308d12eccd2bfaa2a72a9842efe0997f3485bed5.tar.gz
puppet-nodo-308d12eccd2bfaa2a72a9842efe0997f3485bed5.tar.bz2
Reduce the number of installed packages
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,
}