diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-06-11 22:52:11 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-06-11 22:52:11 -0300 |
commit | d161785efd1e3271fcd943f92f88618be6de3a32 (patch) | |
tree | 6dd254bd56f478146e323ec7165173a0e49baa2c /manifests/utils | |
parent | 050f71c2c60328d0656b970b0a4bf09c48925839 (diff) | |
download | puppet-nodo-d161785efd1e3271fcd943f92f88618be6de3a32.tar.gz puppet-nodo-d161785efd1e3271fcd943f92f88618be6de3a32.tar.bz2 |
Adding task into nodo::utils::office
Diffstat (limited to 'manifests/utils')
-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 4c96670..328849b 100644 --- a/manifests/utils/office.pp +++ b/manifests/utils/office.pp @@ -7,7 +7,8 @@ class nodo::utils::office { 'cups-client', 'hplip', 'cups-bsd', 'gnucash', 'worklog', 'pdftk', 'calibre', 'fbreader', 'gobby-0.5', - 'mat', 'evince-gtk', 'jekyll' ]: + 'mat', 'evince-gtk', 'jekyll', + 'task' ]: ensure => installed, } |