summaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-08-24 00:04:28 -0400
committerJesse Luehrs <doy@tozt.net>2019-08-24 00:04:28 -0400
commite454fac39e747cd2072aa64012ee8915171443af (patch)
treef5333210248b2b39fd9e30feeaa5f414bcbf37b6 /manifests
parent68b32db3cbb74caf523932e63899c71b49dcd68f (diff)
downloadpuppet-tozt-e454fac39e747cd2072aa64012ee8915171443af.tar.gz
puppet-tozt-e454fac39e747cd2072aa64012ee8915171443af.zip
missed a ynab-export reference
Diffstat (limited to 'manifests')
-rw-r--r--manifests/tozt.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/tozt.pp b/manifests/tozt.pp
index 1212292..003b9e3 100644
--- a/manifests/tozt.pp
+++ b/manifests/tozt.pp
@@ -5,7 +5,7 @@ node 'tozt', 'tozt.localdomain' {
class { 'base':
extra_script => "
- (cd /opt/ynab-export && sudo git pull)
+ (cd /home/doy/ynab-export && git pull)
";
}