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:
1fe58f0
)
get rid of duplicate
author
Peter Palfrader
<peter@palfrader.org>
Tue, 8 Apr 2014 13:27:55 +0000
(15:27 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Tue, 8 Apr 2014 13:27:55 +0000
(15:27 +0200)
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
e3b2b58
..
0bccab4
100644
(file)
--- a/
modules/debian-org/manifests/init.pp
+++ b/
modules/debian-org/manifests/init.pp
@@
-179,10
+179,6
@@
class debian-org {
file { '/etc/apt/preferences':
source => 'puppet:///modules/debian-org/apt.preferences',
}
- file { '/etc/apt/trusted-keys.d/':
- ensure => directory,
- purge => true,
- }
file { '/etc/apt/apt.conf.d/local-compression':
source => 'puppet:///modules/debian-org/apt.conf.d/local-compression',
}