Skip to content

Instantly share code, notes, and snippets.

@caseydentinger
Created January 30, 2015 18:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save caseydentinger/40c5df9f463ce13d9f3e to your computer and use it in GitHub Desktop.
Save caseydentinger/40c5df9f463ce13d9f3e to your computer and use it in GitHub Desktop.
in pillar i changed:
php:
socket: /var/run/php-fpm.sock
to
php:
socket: /var/run/php5-fpm.sock
i have several vhost files that are templated with:
{{ pillar.php.socket }}
but after refresh_pillar and state.highstate they are still the old value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment