diff options
author | varac <varacanero@zeromail.org> | 2016-03-14 14:40:24 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2016-03-14 14:40:24 +0100 |
commit | 5f5f7255bb060b21b38f698b8a47e9bc89ec665e (patch) | |
tree | c274ba4f065a409e357ae209c49a457f2f0ab466 /puppet/modules/obfsproxy/manifests | |
parent | 4183a10168c61366448e39cf4db45eebc741a27e (diff) | |
parent | 65335becbf8602b65ed385090400088f56293d9b (diff) |
Merge branch '7716_remove_obsolete_backports_pinning' into develop
Diffstat (limited to 'puppet/modules/obfsproxy/manifests')
-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': |