Advertisement
valentinbud

Untitled

Aug 1st, 2013
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. # apt/repo/squeeze-backports.sls
  2. squeeze-backports:
  3. pkgrepo.managed:
  4. - humanname: squeeze-backports
  5. - name: deb http://backports.debian.org/debian-backports squeeze-backports main contrib non-free
  6. - file: /etc/apt/sources.list.d/backports.list
  7. - require_in:
  8. - pkg: bind9
  9. - pkg: unbound
  10.  
  11. # bind9/init.sls
  12. include:
  13. - networks.interfaces.loopback
  14. - apt.repo.squeeze-backports
  15.  
  16. bind9:
  17. pkg.installed:
  18. - fromrepo: squeeze-backports
  19. - require:
  20. - pkgrepo: squeeze-backports
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement