diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-07-12 13:52:19 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-07-12 13:52:19 -0300 |
commit | ea62daa288888bff61c0b63581db37cb772a59bd (patch) | |
tree | 85f2ca92e99c7885d892200315d19dfc5833a812 | |
parent | b931da96907ca68e451df010e058b1a63f9bcc42 (diff) | |
download | puppet-nodo-ea62daa288888bff61c0b63581db37cb772a59bd.tar.gz puppet-nodo-ea62daa288888bff61c0b63581db37cb772a59bd.tar.bz2 |
Minor style change
-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 8f72058..86c1b84 100644 --- a/manifests/utils/office.pp +++ b/manifests/utils/office.pp @@ -7,7 +7,7 @@ class nodo::utils::office { 'cups-client', 'hplip', 'cups-bsd', 'gnucash', 'worklog', 'pdftk', 'calibre', 'fbreader', 'gobby-0.5', - 'mat', 'evince', 'jekyll', + 'mat', 'evince', 'jekyll', 'task', 'aewan' ]: ensure => installed, } |