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:
2064fb7
)
Revert "install newer version of devscripts"
author
Julien Cristau
<jcristau@debian.org>
Fri, 10 Nov 2017 22:51:35 +0000
(23:51 +0100)
committer
Julien Cristau
<jcristau@debian.org>
Fri, 10 Nov 2017 22:51:35 +0000
(23:51 +0100)
devscripts was updated in stretch-backports and now the hardcoded
version doesn't exist.
This reverts commit
55e8d03c4d97a031237a43a1aec3830b0dab5fc7
.
modules/roles/manifests/udd.pp
patch
|
blob
|
history
diff --git
a/modules/roles/manifests/udd.pp
b/modules/roles/manifests/udd.pp
index
c79b7b8
..
9a92c82
100644
(file)
--- a/
modules/roles/manifests/udd.pp
+++ b/
modules/roles/manifests/udd.pp
@@
-3,5
+3,4
@@
class roles::udd {
notify => Exec['service apache2 reload'],
key => true,
}
- ensure_packages({'devscripts' => { ensure => '2.17.10~bpo9+1' }}, {'ensure' => 'present'})
}