diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-08-02 16:27:56 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-08-02 16:27:56 -0300 |
commit | 205556a1ab762025e13fb1a7103738ee36df5dbd (patch) | |
tree | 6c2ef188d27a40ada7ca557f9daff5b9b6e608cb /manifests/subsystems/utils/debian.pp | |
parent | ed14ad678d69b0642d2bce40dfcaa79a797b6d00 (diff) | |
download | puppet-nodo-205556a1ab762025e13fb1a7103738ee36df5dbd.tar.gz puppet-nodo-205556a1ab762025e13fb1a7103738ee36df5dbd.tar.bz2 |
Adding gnucash into utils::personal::debian
Diffstat (limited to 'manifests/subsystems/utils/debian.pp')
-rw-r--r-- | manifests/subsystems/utils/debian.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/subsystems/utils/debian.pp b/manifests/subsystems/utils/debian.pp index d4ab479..1960c52 100644 --- a/manifests/subsystems/utils/debian.pp +++ b/manifests/subsystems/utils/debian.pp @@ -27,7 +27,8 @@ class utils::personal::debian { 'sc', 'antiword', 'broffice.org', 'kalarm', 'texlive-latex-base', 'texlive-latex-recommended', 'texlive-latex-extra', 'pandoc', 'gnumeric', - 'cups-client', 'hplip', 'cups-bsd' ]: + 'cups-client', 'hplip', 'cups-bsd', + 'gnucash' ]: ensure => installed, } |