aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/finance.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-09-23 17:49:56 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-09-23 17:49:56 -0300
commit0f83c2aebe89b53a939c2f437f827bfe9e90e02c (patch)
treef3e5a32341d07f9201d3751ba0a5026ed15b0e36 /manifests/utils/finance.pp
parent4a880ad141c8deefb41549e5e79c868303e1c296 (diff)
downloadpuppet-nodo-0f83c2aebe89b53a939c2f437f827bfe9e90e02c.tar.gz
puppet-nodo-0f83c2aebe89b53a939c2f437f827bfe9e90e02c.tar.bz2
Utils: reorder and cleanup
Diffstat (limited to 'manifests/utils/finance.pp')
-rw-r--r--manifests/utils/finance.pp11
1 files changed, 11 insertions, 0 deletions
diff --git a/manifests/utils/finance.pp b/manifests/utils/finance.pp
new file mode 100644
index 0000000..63a9911
--- /dev/null
+++ b/manifests/utils/finance.pp
@@ -0,0 +1,11 @@
+class nodo::utils::finance {
+ # Finance
+ package { [
+ 'gnucash',
+ 'ledger',
+ 'clipf',
+ 'misery',
+ ]:
+ ensure => present,
+ }
+}