summaryrefslogtreecommitdiff
path: root/puppet/modules/obfsproxy
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/modules/obfsproxy')
-rw-r--r--puppet/modules/obfsproxy/manifests/init.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/puppet/modules/obfsproxy/manifests/init.pp b/puppet/modules/obfsproxy/manifests/init.pp
index a23cfa58..61714fdf 100644
--- a/puppet/modules/obfsproxy/manifests/init.pp
+++ b/puppet/modules/obfsproxy/manifests/init.pp
@@ -67,7 +67,8 @@ class obfsproxy (
}
package { 'obfsproxy':
- ensure => present,
+ ensure => present,
+ require => Class['site_apt::preferences::obfsproxy'],
}
service { 'obfsproxy':