projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e306c4
)
hopefully this works as well, syntax fix take 3
author
Stephen Gran
<steve@lobefin.net>
Sun, 9 Oct 2011 19:03:04 +0000
(20:03 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Sun, 9 Oct 2011 19:03:04 +0000
(20:03 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/debian-org/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/debian-org/manifests/init.pp
b/modules/debian-org/manifests/init.pp
index
224f7bc
..
714127e
100644
(file)
--- a/
modules/debian-org/manifests/init.pp
+++ b/
modules/debian-org/manifests/init.pp
@@
-57,7
+57,7
@@
class debian-org {
}
case $debarchitecture {
"armhf": {}
- default:
+ default:
{
file {
"/etc/apt/sources.list.d/security.list":
content => template("debian-org/etc/apt/sources.list.d/security.list.erb"),
@@
-66,6
+66,7
@@
class debian-org {
content => template("debian-org/etc/apt/sources.list.d/backports.org.list.erb"),
notify => Exec["apt-get update"];
}
+ }
}
file {
"/etc/apt/preferences":