summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-08-27 01:35:53 -0400
committerJesse Luehrs <doy@tozt.net>2019-08-27 01:35:53 -0400
commitbcd6593c6e9c7815510f50b4c3611b4ada00afee (patch)
tree90ec0eaafc14657af87a18578174b534a498c8b2
parent60a8f5da5e4ea0523800c973258bc0f80ccae7de (diff)
downloadpuppet-tozt-bcd6593c6e9c7815510f50b4c3611b4ada00afee.tar.gz
puppet-tozt-bcd6593c6e9c7815510f50b4c3611b4ada00afee.zip
this no longer needs to be kept up to date
-rw-r--r--manifests/tozt.pp1
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/tozt.pp b/manifests/tozt.pp
index 322c9c5..f5ba04b 100644
--- a/manifests/tozt.pp
+++ b/manifests/tozt.pp
@@ -5,7 +5,6 @@ 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)
";
}