Skip to content

Instantly share code, notes, and snippets.

@qhartman
Created April 12, 2013 19:59
Show Gist options
  • Save qhartman/5374679 to your computer and use it in GitHub Desktop.
Save qhartman/5374679 to your computer and use it in GitHub Desktop.
something like
if [ `chef-client --version` == "Chef: 10.24.0" ]
then
: #do nothing, we're current
else
# install magic goes here
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment