Skip to content
Draft
Prev Previous commit
Next Next commit
remove todo (done)
  • Loading branch information
aerickson committed Apr 22, 2026
commit 5f6e85f80b63a30964d74758616d583925f7d7ab
2 changes: 0 additions & 2 deletions modules/puppet/templates/puppet-ubuntu-run-puppet.sh.erb
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ function update_puppet {
git remote add origin "${PUPPET_REPO}" || return 1
fi

# TODO: authenticate the remote actions

# Fetch and checkout production branch
git fetch --all --prune || return 1
git checkout --force "origin/${PUPPET_BRANCH}" \
Expand Down
Loading