From 50cebb7579f8d30f168b95b3f1b372ac03f011dc Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 25 Aug 2019 04:36:03 -0400 Subject: let metabase create multiple databases --- manifests/tozt.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'manifests') 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) "; } -- cgit v1.2.3-54-g00ecf