summaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-08-25 04:36:03 -0400
committerJesse Luehrs <doy@tozt.net>2019-08-25 04:36:03 -0400
commit50cebb7579f8d30f168b95b3f1b372ac03f011dc (patch)
tree827b2802f29672e5cc1d4e8a0eb8896c679ddb1f /manifests
parentaa9477bf13ec0b5a587df6ebd89a7e608e0f3a47 (diff)
downloadpuppet-tozt-50cebb7579f8d30f168b95b3f1b372ac03f011dc.tar.gz
puppet-tozt-50cebb7579f8d30f168b95b3f1b372ac03f011dc.zip
let metabase create multiple databases
Diffstat (limited to 'manifests')
-rw-r--r--manifests/tozt.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/tozt.pp b/manifests/tozt.pp
index c4ec96f..322c9c5 100644
--- a/manifests/tozt.pp
+++ b/manifests/tozt.pp
@@ -6,6 +6,7 @@ node 'tozt', 'tozt.localdomain' {
class { 'base':
extra_script => "
(cd /home/doy/coding/ynab-export && git pull)
+ (cd /home/doy/coding/investments-sheet-export && git pull)
";
}