diff options
-rwxr-xr-x | share/hydra/sync | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/share/hydra/sync b/share/hydra/sync index 2b31cb0..25dccfd 100755 --- a/share/hydra/sync +++ b/share/hydra/sync @@ -77,16 +77,3 @@ if [ "$UPDATE_KEYRINGER" != "no" ]; then echo "Syncing keyringer..." keyringer $HYDRA git pull fi - -# Update puppet configuration. -if [ -z "$PUPPET" ]; then - echo "Searching for a puppet repository at $BASEDIR..." - PUPPET="$(dirname `find $BASEDIR -name puppet.conf | tail -n 1` 2> /dev/null)" - - if [ ! -z "$PUPPET" ]; then - if ! grep -q -e "^PUPPET=" $PREFERENCES; then - echo "Found puppet repository at $PUPPET." - echo "PUPPET=$PUPPET" >> $PREFERENCES - fi - fi -fi |