File tree Expand file tree Collapse file tree 3 files changed +32
-3
lines changed Expand file tree Collapse file tree 3 files changed +32
-3
lines changed Original file line number Diff line number Diff line change 11---
22lookup_options :
3+ apt::sources :
4+ merge : hash
35 munin::node::plugins :
46 merge : hash
57 profile::kenyon::dotfiles :
Original file line number Diff line number Diff line change 11apt::sources :
2+ debian :
3+ location : https://deb.debian.org/debian
4+ release : " %{facts.os.distro.codename}"
5+ repos : main contrib non-free
6+ include :
7+ src : true
8+ architecture : " %{facts.os.architecture}"
9+ keyring : /usr/share/keyrings/debian-archive-keyring.gpg
10+
11+ security :
12+ location : https://deb.debian.org/debian-security
13+ release : " %{facts.os.distro.codename}-security"
14+ repos : main contrib non-free
15+ include :
16+ src : true
17+ architecture : " %{facts.os.architecture}"
18+ keyring : /usr/share/keyrings/debian-archive-keyring.gpg
19+
20+ updates :
21+ location : https://deb.debian.org/debian
22+ release : " %{facts.os.distro.codename}-updates"
23+ repos : main contrib non-free
24+ include :
25+ src : true
26+ architecture : " %{facts.os.architecture}"
27+ keyring : /usr/share/keyrings/debian-archive-keyring.gpg
28+
229 puppet-tools :
330 location : https://apt.puppet.com
431 release : " %{facts.os.distro.codename}"
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ apt::sources:
6565 debian :
6666 location : https://deb.debian.org/debian
6767 release : " %{facts.os.distro.codename}"
68- repos : main contrib non-free
68+ repos : main contrib non-free non-free-firmware
6969 include :
7070 src : true
7171 architecture : " %{facts.os.architecture}"
@@ -74,7 +74,7 @@ apt::sources:
7474 security :
7575 location : https://deb.debian.org/debian-security
7676 release : " %{facts.os.distro.codename}-security"
77- repos : main contrib non-free
77+ repos : main contrib non-free non-free-firmware
7878 include :
7979 src : true
8080 architecture : " %{facts.os.architecture}"
@@ -83,7 +83,7 @@ apt::sources:
8383 updates :
8484 location : https://deb.debian.org/debian
8585 release : " %{facts.os.distro.codename}-updates"
86- repos : main contrib non-free
86+ repos : main contrib non-free non-free-firmware
8787 include :
8888 src : true
8989 architecture : " %{facts.os.architecture}"
You can’t perform that action at this time.
0 commit comments