Skip to content

Instantly share code, notes, and snippets.

@pduersteler
Created September 24, 2014 13:09
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 pduersteler/1fe65e98fdfa60dce581 to your computer and use it in GitHub Desktop.
Save pduersteler/1fe65e98fdfa60dce581 to your computer and use it in GitHub Desktop.
# File: /srv/salt/repos/dotdeb.sls
dotdeb:
pkgrepo.managed:
- humanname: DotDeb repository
- name: deb http://packages.dotdeb.org wheezy all
- dist: wheezy
- file: /etc/apt/sources.list.d/dotdeb.list
- key_url: http://www.dotdeb.org/dotdeb.gpg
# File: /srv/salt/nginx.sls
nginx:
pkg.installed:
- pkgs:
- nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment