diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-03-05 16:29:24 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-03-05 16:29:24 -0300 |
commit | ec5af1077169e385681248c05f0ce8fbd6363849 (patch) | |
tree | d6cc3f03b3c080436b25cbc7d4fc447847e12473 /manifests/subsystems/utils/office.pp | |
parent | 0bd1ffc59fa714203ed7084796d5a3e4cd3a2473 (diff) | |
download | puppet-nodo-ec5af1077169e385681248c05f0ce8fbd6363849.tar.gz puppet-nodo-ec5af1077169e385681248c05f0ce8fbd6363849.tar.bz2 |
Adding jekyll into utils::office
Diffstat (limited to 'manifests/subsystems/utils/office.pp')
-rw-r--r-- | manifests/subsystems/utils/office.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystems/utils/office.pp b/manifests/subsystems/utils/office.pp index 05e7aa9..0b4ca19 100644 --- a/manifests/subsystems/utils/office.pp +++ b/manifests/subsystems/utils/office.pp @@ -7,7 +7,7 @@ class utils::office { 'cups-client', 'hplip', 'cups-bsd', 'gnucash', 'worklog', 'pdftk', 'calibre', 'fbreader', 'gobby-0.5', - 'mat', 'evince-gtk' ]: + 'mat', 'evince-gtk', 'jekyll' ]: ensure => installed, } |