diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-05-19 08:45:08 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-05-19 08:45:08 -0300 |
commit | 28fdad67e3ea933a4b1fdd79dd5c11efcd412778 (patch) | |
tree | 9b75528c24d124f3e61f8928b265ad83cadde21b | |
parent | 9b38d1badb527a5cbdcbf95902e65f98d15191b4 (diff) | |
download | puppet-nodo-28fdad67e3ea933a4b1fdd79dd5c11efcd412778.tar.gz puppet-nodo-28fdad67e3ea933a4b1fdd79dd5c11efcd412778.tar.bz2 |
Adds timewarrior and bugwarrior into nodo::utils::office
-rw-r--r-- | manifests/utils/office.pp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/utils/office.pp b/manifests/utils/office.pp index eeb6d2e..3ad49ab 100644 --- a/manifests/utils/office.pp +++ b/manifests/utils/office.pp @@ -7,6 +7,8 @@ class nodo::utils::office ( 'gnumeric', 'jekyll', 'taskwarrior', + 'timewarrior', + 'bugwarrior', 'vit', 'hledger', 'dia', |