Skip to content

Instantly share code, notes, and snippets.

@akrabat
Last active August 29, 2015 14:23
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 akrabat/bd399997ddb225d5ea78 to your computer and use it in GitHub Desktop.
Save akrabat/bd399997ddb225d5ea78 to your computer and use it in GitHub Desktop.
Downgrade joindin-vm to 5.5
  1. Update Vagrantfile. Change:

     ji_config.vm.box = 'joindin/development'
    

    to

     ji_config.vm.box = 'puphpet/debian75-x64'
    
  2. Update puppet/modules/joindin/templates/dotdeb.sources.list. Change:

     deb http://packages.dotdeb.org wheezy-php56 all
     deb-src http://packages.dotdeb.org wheezy-php56 all
    

    to:

     deb http://packages.dotdeb.org wheezy-php55 all
     deb-src http://packages.dotdeb.org wheezy-php55 all
    
  3. vagrant destroy -f && vagrant up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment