From 0e0ebab964339446ab59cffead5a5546c5dcb18e Mon Sep 17 00:00:00 2001 From: irregulator Date: Mon, 30 Jun 2014 13:19:16 +0300 Subject: Check appropriately if obfsproxy is included in services --- puppet/manifests/site.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'puppet/manifests') diff --git a/puppet/manifests/site.pp b/puppet/manifests/site.pp index 8e00fbbd..57942d99 100644 --- a/puppet/manifests/site.pp +++ b/puppet/manifests/site.pp @@ -43,7 +43,7 @@ if member($services, 'static') { include site_static } -if $services =~ /\bobfsproxy\b/ { +if member($services, 'obfsproxy') { include site_obfsproxy } -- cgit v1.2.3