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:
e142401
)
Fix another typo...
author
Aurelien Jarno
<aurelien@aurel32.net>
Sat, 3 Oct 2015 15:15:48 +0000
(17:15 +0200)
committer
Aurelien Jarno
<aurelien@aurel32.net>
Sat, 3 Oct 2015 15:15:48 +0000
(17:15 +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
e9d75ef
..
2525e30
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]) {
site::aptrepo { 'proposed-updates':
url => $mirror,
suite => "${::lsbdistcodename}-proposed-updates",