Revert "install newer version of devscripts"
authorJulien Cristau <jcristau@debian.org>
Fri, 10 Nov 2017 22:51:35 +0000 (23:51 +0100)
committerJulien 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

index c79b7b8..9a92c82 100644 (file)
@@ -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'})
 }