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:
ac2b947
)
puppet still created /var/lib/misc/thishost/pkglist. remove that
author
Peter Palfrader
<peter@palfrader.org>
Tue, 17 Sep 2019 09:35:07 +0000
(11:35 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Tue, 17 Sep 2019 09:35:07 +0000
(11:35 +0200)
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
4f31eba
..
c46c72f
100644
(file)
--- a/
modules/debian_org/manifests/apt.pp
+++ b/
modules/debian_org/manifests/apt.pp
@@
-108,11
+108,6
@@
class debian_org::apt {
ensure => 'absent',
}
- exec { 'dpkg list':
- command => 'dpkg-query -W -f \'${Package}\n\' > /var/lib/misc/thishost/pkglist',
- creates => '/var/lib/misc/thishost/pkglist',
- }
-
exec { 'apt-get update':
path => '/usr/bin:/usr/sbin:/bin:/sbin',
onlyif => '/usr/local/bin/check_for_updates',