diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-10-19 12:15:30 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-10-19 12:15:30 -0200 |
commit | 08d31802055435ca4e8de3a589d21a4a3dc187e1 (patch) | |
tree | c67b2d35f7867740a2620c4f04d3e18fdec0bb6d | |
parent | 62a1660c5ed87bb9f70b5b6558e4c370929e467d (diff) | |
download | puppet-nodo-08d31802055435ca4e8de3a589d21a4a3dc187e1.tar.gz puppet-nodo-08d31802055435ca4e8de3a589d21a4a3dc187e1.tar.bz2 |
Task and finance apps
-rw-r--r-- | manifests/utils/development/ide.pp | 2 | ||||
-rw-r--r-- | manifests/utils/office.pp | 15 |
2 files changed, 11 insertions, 6 deletions
diff --git a/manifests/utils/development/ide.pp b/manifests/utils/development/ide.pp index 78636a8..ba040b5 100644 --- a/manifests/utils/development/ide.pp +++ b/manifests/utils/development/ide.pp @@ -17,7 +17,7 @@ class nodo::utils::development::ide { } # Jessie onwards - package { [ 'ttyrec', 'taskwarrior', 'bugs-everywhere', 'silversearcher-ag' ]: + package { [ 'ttyrec', 'taskwarrior', 'bugs-everywhere', 'silversearcher-ag', 'vit' ]: ensure => $::lsbdistcodename ? { 'wheezy' => absent, default => present, diff --git a/manifests/utils/office.pp b/manifests/utils/office.pp index f28204c..1ef8712 100644 --- a/manifests/utils/office.pp +++ b/manifests/utils/office.pp @@ -6,14 +6,14 @@ class nodo::utils::office { 'gnucash', 'worklog', 'pdftk', 'calibre', 'fbreader', 'gobby-0.5', 'mat', 'evince', 'jekyll', - 'task', 'aewan', 'ledger', - 'autocutsel', 'parcellite' ]: + 'task', 'aewan', 'autocutsel', + 'parcellite' ]: ensure => installed, } - # LaTeX - package { [ 'texlive-latex-base', 'texlive-latex-recommended', 'texlive-latex-extra', 'texlive-fonts-extra', 'vim-latexsuite', 'pdfjam' ]: - ensure => present, + # Finance + package { [ 'ledger', 'clipf', 'misery' ]: + ensure => present, } # Soon @@ -21,6 +21,11 @@ class nodo::utils::office { # ensure => present, #} + # LaTeX + package { [ 'texlive-latex-base', 'texlive-latex-recommended', 'texlive-latex-extra', 'texlive-fonts-extra', 'vim-latexsuite', 'pdfjam' ]: + ensure => present, + } + # Squeeze only package { 'broffice.org': ensure => $::lsbdistcodename ? { |