summaryrefslogtreecommitdiff
path: root/puppet/modules/obfsproxy/manifests/init.pp
diff options
context:
space:
mode:
authorirregulator <irregulator@riseup.net>2014-05-22 20:44:51 +0300
committerelijah <elijah@riseup.net>2014-07-01 16:05:40 -0700
commit7c9dd9ee9653c854badaf4f1d21d7dd833e3e620 (patch)
tree28fc16c7f92e2a821333abe45aee2b1e5e5f7b70 /puppet/modules/obfsproxy/manifests/init.pp
parentcfcc589c6465dab8a4d3923d6c81623ecfbeb8c1 (diff)
Move obfsproxy_daemon to obfsproxy_init
Diffstat (limited to 'puppet/modules/obfsproxy/manifests/init.pp')
-rw-r--r--puppet/modules/obfsproxy/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/modules/obfsproxy/manifests/init.pp b/puppet/modules/obfsproxy/manifests/init.pp
index c15a0dc8..e62bfcd8 100644
--- a/puppet/modules/obfsproxy/manifests/init.pp
+++ b/puppet/modules/obfsproxy/manifests/init.pp
@@ -31,7 +31,7 @@ class obfsproxy (
file { '/etc/init.d/obfsproxy':
path => '/etc/init.d/obfsproxy',
ensure => present,
- source => 'puppet:///modules/obfsproxy/obfsproxy_daemon',
+ source => 'puppet:///modules/obfsproxy/obfsproxy_init',
owner => 'root',
group => 'root',
mode => '0750',