Skip to content

Instantly share code, notes, and snippets.

@bcoe
Created April 26, 2014 21:58
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 bcoe/11332209 to your computer and use it in GitHub Desktop.
Save bcoe/11332209 to your computer and use it in GitHub Desktop.
Using custom builds from our PPA

Add the repository:

- name: "add our custom package repository"
  sudo: true
  apt_repository: >
    repo='ppa:bencoe/ppa'
    state=present

publish custom builds to ppa, with custom suffix. install pinned dependency:

additional_packages:
  - pound=2.6-1

life is good:

ubuntu@ip-172-31-25-54:~$ pound -V
starting...
Version 2.6
  Configuration switches:
    --enable-cert1l
    --with-maxbuf=8192
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment