summaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/tozt.pp6
1 files changed, 5 insertions, 1 deletions
diff --git a/manifests/tozt.pp b/manifests/tozt.pp
index 69338f0..1212292 100644
--- a/manifests/tozt.pp
+++ b/manifests/tozt.pp
@@ -3,7 +3,11 @@ node 'tozt', 'tozt.localdomain' {
include tozt::persistent
Class['tozt::persistent'] -> Class['base']
- include base
+ class { 'base':
+ extra_script => "
+ (cd /opt/ynab-export && sudo git pull)
+ ";
+ }
include tozt::operatingsystem
Class['tozt::operatingsystem'] -> Package<| provider == "pacman" |>