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.pp10
1 files changed, 9 insertions, 1 deletions
diff --git a/manifests/utils/office.pp b/manifests/utils/office.pp
index 1ef8712..47e92a9 100644
--- a/manifests/utils/office.pp
+++ b/manifests/utils/office.pp
@@ -6,11 +6,19 @@ class nodo::utils::office {
'gnucash', 'worklog', 'pdftk',
'calibre', 'fbreader', 'gobby-0.5',
'mat', 'evince', 'jekyll',
- 'task', 'aewan', 'autocutsel',
+ 'aewan', 'autocutsel',
'parcellite' ]:
ensure => installed,
}
+ package { 'taskwarrior':
+ ensure => present,
+ name => $::lsbdistcodename ? {
+ 'wheezy' => 'task',
+ default => 'taskwarrior',
+ },
+ }
+
# Finance
package { [ 'ledger', 'clipf', 'misery' ]:
ensure => present,