diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-06-13 17:55:14 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-06-13 17:55:14 -0300 |
commit | 7d6dbab6b66278e66ad3726fa3e11f741980fd8d (patch) | |
tree | 3cbd8b7f6cc8113f771c93e4f7dbc1937463d44b | |
parent | 04e5d019718a63414e2bdc16f0731d697a2a9065 (diff) | |
download | puppet-nodo-7d6dbab6b66278e66ad3726fa3e11f741980fd8d.tar.gz puppet-nodo-7d6dbab6b66278e66ad3726fa3e11f741980fd8d.tar.bz2 |
Adding vim-latexsuite into nodo::utils::office
-rw-r--r-- | manifests/utils/office.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/utils/office.pp b/manifests/utils/office.pp index 1008c39..21660a9 100644 --- a/manifests/utils/office.pp +++ b/manifests/utils/office.pp @@ -8,7 +8,8 @@ class nodo::utils::office { 'gnucash', 'worklog', 'pdftk', 'calibre', 'fbreader', 'gobby-0.5', 'mat', 'evince', 'jekyll', - 'task', 'aewan', 'ledger' ]: + 'task', 'aewan', 'ledger', + 'vim-latexsuite' ]: ensure => installed, } |