Skip to content

Instantly share code, notes, and snippets.

@malinoff
Created August 1, 2013 07:50
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 malinoff/6129285 to your computer and use it in GitHub Desktop.
Save malinoff/6129285 to your computer and use it in GitHub Desktop.
For salt IRC
#my-repo.sls
my-repo:
pkgrepo.managed:
- humanname: #...
- name: #...
- baseurl: #...
- gpgkey: #...
#my-cool-pkg.sls
include:
- long.so.long.path.to.my-repo
extend:
my-repo:
pkgrepo.managed:
- require_in:
- pkg: my-cool-pkg
my-cool-pkg:
pkg.latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment