Skip to content

Instantly share code, notes, and snippets.

@nickcernis
Created July 30, 2013 14:03
Show Gist options
  • Save nickcernis/6113164 to your computer and use it in GitHub Desktop.
Save nickcernis/6113164 to your computer and use it in GitHub Desktop.
PHP 5.2.17 stack
# /srv/salt/php/init.sls
php:
pkgrepo.managed:
- ppa: skettler/php # https://launchpad.net/~skettler/+archive/php/+packages
- require_in:
- pkg: php
pkg.installed:
- name: php52
- version: 5.2.17~precise~ppa19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment