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:
02c0260
)
fix hiera lookup call
author
Peter Palfrader
<peter@palfrader.org>
Tue, 10 Sep 2019 14:28:59 +0000
(16:28 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Tue, 10 Sep 2019 14:28:59 +0000
(16:28 +0200)
modules/schroot/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/schroot/manifests/init.pp
b/modules/schroot/manifests/init.pp
index
4bd8964
..
ee24dc2
100644
(file)
--- a/
modules/schroot/manifests/init.pp
+++ b/
modules/schroot/manifests/init.pp
@@
-1,5
+1,5
@@
class schroot {
- $mirror = lookup('apt::sources::debian::location', {
'strategy' => 'first'}
)
+ $mirror = lookup('apt::sources::debian::location', {
'merge' => { 'strategy' => 'first'}}
)
package { 'schroot':
ensure => installed,