Skip to content

Instantly share code, notes, and snippets.

@frozenfoxx
Created September 26, 2013 22:47
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 frozenfoxx/6721658 to your computer and use it in GitHub Desktop.
Save frozenfoxx/6721658 to your computer and use it in GitHub Desktop.
Example repo.yaml for puppet-repo
---
repositories:
EPEL_6:
url: 'http://download.fedoraproject.org/pub/epel/6/$basearch'
descr: 'Extra Packages for Enterprise Linux 6 - $basearch'
status: 1
yourrepo:
url: 'http://repo.company.net/pub/company/$basearch'
descr: 'Custom packages for company.net'
status: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment