summaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-08-24 00:05:30 -0400
committerJesse Luehrs <doy@tozt.net>2019-08-24 00:05:30 -0400
commit4198f4a52a4d14ecbaa829c582f9b87947f98d16 (patch)
tree5ff6f6c095c5a1e945adf427a7bd08bbadea6ce6 /manifests
parente454fac39e747cd2072aa64012ee8915171443af (diff)
downloadpuppet-tozt-4198f4a52a4d14ecbaa829c582f9b87947f98d16.tar.gz
puppet-tozt-4198f4a52a4d14ecbaa829c582f9b87947f98d16.zip
fix path
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 003b9e3..c4ec96f 100644
--- a/manifests/tozt.pp
+++ b/manifests/tozt.pp
@@ -5,7 +5,7 @@ node 'tozt', 'tozt.localdomain' {
class { 'base':
extra_script => "
- (cd /home/doy/ynab-export && git pull)
+ (cd /home/doy/coding/ynab-export && git pull)
";
}