diff options
| author | irregulator <irregulator@riseup.net> | 2014-05-22 20:44:51 +0300 | 
|---|---|---|
| committer | elijah <elijah@riseup.net> | 2014-07-01 16:05:40 -0700 | 
| commit | 7c9dd9ee9653c854badaf4f1d21d7dd833e3e620 (patch) | |
| tree | 28fc16c7f92e2a821333abe45aee2b1e5e5f7b70 | |
| parent | cfcc589c6465dab8a4d3923d6c81623ecfbeb8c1 (diff) | |
Move obfsproxy_daemon to obfsproxy_init
| -rwxr-xr-x | puppet/modules/obfsproxy/files/obfsproxy_init (renamed from puppet/modules/obfsproxy/files/obfsproxy_daemon) | 0 | ||||
| -rw-r--r-- | puppet/modules/obfsproxy/manifests/init.pp | 2 | 
2 files changed, 1 insertions, 1 deletions
diff --git a/puppet/modules/obfsproxy/files/obfsproxy_daemon b/puppet/modules/obfsproxy/files/obfsproxy_init index 4c9bcedc..4c9bcedc 100755 --- a/puppet/modules/obfsproxy/files/obfsproxy_daemon +++ b/puppet/modules/obfsproxy/files/obfsproxy_init 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',  | 
