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:
63951bc
)
Actually install apt https config
author
Julien Cristau
<jcristau@debian.org>
Wed, 23 Jan 2019 15:27:30 +0000
(16:27 +0100)
committer
Julien Cristau
<jcristau@debian.org>
Wed, 23 Jan 2019 15:27:30 +0000
(16:27 +0100)
modules/debian_org/manifests/apt.pp
patch
|
blob
|
history
diff --git
a/modules/debian_org/manifests/apt.pp
b/modules/debian_org/manifests/apt.pp
index
076463c
..
43c9f49
100644
(file)
--- a/
modules/debian_org/manifests/apt.pp
+++ b/
modules/debian_org/manifests/apt.pp
@@
-119,6
+119,9
@@
class debian_org::apt {
file { '/etc/apt/apt.conf.d/local-langs':
source => 'puppet:///modules/debian_org/apt.conf.d/local-langs',
}
file { '/etc/apt/apt.conf.d/local-langs':
source => 'puppet:///modules/debian_org/apt.conf.d/local-langs',
}
+ file { '/etc/apt/apt.conf.d/local-cainfo':
+ source => 'puppet:///modules/debian_org/apt.conf.d/local-cainfo',
+ }
exec { 'apt-get update':
path => '/usr/bin:/usr/sbin:/bin:/sbin',
exec { 'apt-get update':
path => '/usr/bin:/usr/sbin:/bin:/sbin',