aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems/utils/debian.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-08-02 16:27:56 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-08-02 16:27:56 -0300
commit205556a1ab762025e13fb1a7103738ee36df5dbd (patch)
tree6c2ef188d27a40ada7ca557f9daff5b9b6e608cb /manifests/subsystems/utils/debian.pp
parented14ad678d69b0642d2bce40dfcaa79a797b6d00 (diff)
downloadpuppet-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.pp3
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,
}