caktus / margarita

A collection of delicious Salt states for Django project deployments.
BSD 3-Clause "New" or "Revised" License
34 stars 8 forks source link

Fix updates to the letsencrypt installation #133

Closed jbradberry closed 8 years ago

jbradberry commented 8 years ago

letsencrypt-auto has its own updater that runs every time you execute, so the git checkout winds up being dirty, and fails to update. So, pass force_checkout: True to the git.latest state to throw away the changes to the working tree.

vkurup commented 8 years ago

:+1: