diff options
author | varac <varacanero@zeromail.org> | 2016-03-10 21:12:11 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2016-03-10 21:12:11 +0100 |
commit | 65335becbf8602b65ed385090400088f56293d9b (patch) | |
tree | 7b455dfc73dcf3c58d54a78f716ab56c3150a992 /puppet/modules/obfsproxy | |
parent | aa2c2590e7b976805402c4c0a2ebe4b554304a85 (diff) |
[jessie] Remove obsolete backports pinning
Diffstat (limited to 'puppet/modules/obfsproxy')
-rw-r--r-- | puppet/modules/obfsproxy/manifests/init.pp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/puppet/modules/obfsproxy/manifests/init.pp b/puppet/modules/obfsproxy/manifests/init.pp index 61714fdf..5c78560a 100644 --- a/puppet/modules/obfsproxy/manifests/init.pp +++ b/puppet/modules/obfsproxy/manifests/init.pp @@ -67,8 +67,7 @@ class obfsproxy ( } package { 'obfsproxy': - ensure => present, - require => Class['site_apt::preferences::obfsproxy'], + ensure => present } service { 'obfsproxy': |