From 08d31802055435ca4e8de3a589d21a4a3dc187e1 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 19 Oct 2015 12:15:30 -0200 Subject: Task and finance apps --- manifests/utils/development/ide.pp | 2 +- manifests/utils/office.pp | 15 ++++++++++----- 2 files changed, 11 insertions(+), 6 deletions(-) (limited to 'manifests/utils') 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 ? { -- cgit v1.2.3