diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-06-14 01:51:22 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-06-14 01:51:22 -0300 |
commit | c0d693798f3f6309c34a25443db7c09ddca39f98 (patch) | |
tree | 6ca3626f6aa0ea0c3165f514e3fdd0e4f78484be /manifests/utils | |
parent | f29ab7e43bc2a407ab03e9a1e531b175363542bf (diff) | |
download | puppet-nodo-c0d693798f3f6309c34a25443db7c09ddca39f98.tar.gz puppet-nodo-c0d693798f3f6309c34a25443db7c09ddca39f98.tar.bz2 |
Adding parcellite into nodo::utils::office
Diffstat (limited to 'manifests/utils')
-rw-r--r-- | manifests/utils/office.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/utils/office.pp b/manifests/utils/office.pp index 8c80221..91dcdb1 100644 --- a/manifests/utils/office.pp +++ b/manifests/utils/office.pp @@ -9,7 +9,7 @@ class nodo::utils::office { 'calibre', 'fbreader', 'gobby-0.5', 'mat', 'evince', 'jekyll', 'task', 'aewan', 'ledger', - 'vim-latexsuite', 'autocutsel' ]: + 'vim-latexsuite', 'autocutsel', 'parcellite' ]: ensure => installed, } |