summaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-08-23 23:41:38 -0400
committerJesse Luehrs <doy@tozt.net>2019-08-23 23:41:38 -0400
commit7deeb6364cb8af05a01ee2d0a6b0cfa41ad124ce (patch)
tree8b7f2c90f6a7b0f4022401b66cbc26070cb700b7 /manifests
parent28a9ca85a444048b19b6d415472cf27403473280 (diff)
downloadpuppet-tozt-7deeb6364cb8af05a01ee2d0a6b0cfa41ad124ce.tar.gz
puppet-tozt-7deeb6364cb8af05a01ee2d0a6b0cfa41ad124ce.zip
update ynab-export as part of update script
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" |>