diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-03-01 13:16:29 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-03-01 13:16:29 -0300 |
commit | 0bd1ffc59fa714203ed7084796d5a3e4cd3a2473 (patch) | |
tree | 8c97e133b72b1fe6f4c2b9001627e3cb204c1350 /manifests/subsystems/utils/office.pp | |
parent | 466054ab8827c724f16c74ac7ceea687336c6970 (diff) | |
download | puppet-nodo-0bd1ffc59fa714203ed7084796d5a3e4cd3a2473.tar.gz puppet-nodo-0bd1ffc59fa714203ed7084796d5a3e4cd3a2473.tar.bz2 |
Adding evince-gtk 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 7a40f78..05e7aa9 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' ]: + 'mat', 'evince-gtk' ]: ensure => installed, } |