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:
6543038
)
Fix a typo in previous commit
author
Aurelien Jarno
<aurelien@aurel32.net>
Sat, 3 Oct 2015 15:14:31 +0000
(17:14 +0200)
committer
Aurelien Jarno
<aurelien@aurel32.net>
Sat, 3 Oct 2015 15:14:31 +0000
(17:14 +0200)
Signed-off-by: Aurelien Jarno <aurelien@aurel32.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
c846154
..
e9d75ef
100644
(file)
--- a/
modules/debian-org/manifests/init.pp
+++ b/
modules/debian-org/manifests/init.pp
@@
-162,7
+162,7
@@
class debian-org {
components => ['main','contrib','non-free']
}
- if ($::hostname in [mips-aql-05 mipsel-aql-02]) or {
+ if ($::hostname in [mips-aql-05
,
mipsel-aql-02]) or {
site::aptrepo { 'proposed-updates':
url => $mirror,
suite => "${::lsbdistcodename}-proposed-updates",