summaryrefslogtreecommitdiff
path: root/puppet/modules/soledad/manifests/client.pp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-03-10 21:12:11 +0100
committervarac <varacanero@zeromail.org>2016-03-10 21:12:11 +0100
commit65335becbf8602b65ed385090400088f56293d9b (patch)
tree7b455dfc73dcf3c58d54a78f716ab56c3150a992 /puppet/modules/soledad/manifests/client.pp
parentaa2c2590e7b976805402c4c0a2ebe4b554304a85 (diff)
[jessie] Remove obsolete backports pinning
Diffstat (limited to 'puppet/modules/soledad/manifests/client.pp')
-rw-r--r--puppet/modules/soledad/manifests/client.pp4
1 files changed, 1 insertions, 3 deletions
diff --git a/puppet/modules/soledad/manifests/client.pp b/puppet/modules/soledad/manifests/client.pp
index 5700cb09..e470adeb 100644
--- a/puppet/modules/soledad/manifests/client.pp
+++ b/puppet/modules/soledad/manifests/client.pp
@@ -8,9 +8,7 @@ class soledad::client {
package {
'soledad-client':
ensure => latest,
- require => [
- Class['site_apt::preferences::twisted'],
- Class['site_apt::leap_repo'] ];
+ require => Class['site_apt::leap_repo'];
'python-u1db':
ensure => latest;
}