diff --git a/bin/watch-vagrant-conf b/bin/watch-vagrant-conf --- a/bin/watch-vagrant-conf +++ b/bin/watch-vagrant-conf @@ -18,6 +18,7 @@ function sync_puppet_conf { branch=$1 + rsync $RSYNC_PARAMS $EXCLUDES_PARAMS swh-site/manifests/ $TMPDIR/environments/${branch}/manifest/ rsync $RSYNC_PARAMS $EXCLUDES_PARAMS swh-site/data/ $TMPDIR/environments/${branch}/data rsync $RSYNC_PARAMS $EXCLUDES_PARAMS swh-site/site-modules/ $TMPDIR/environments/${branch}/site-modules/ rsync $RSYNC_PARAMS $EXCLUDES_PARAMS private/swh-private-data-censored/ $TMPDIR/environments/${branch}/data/private