summaryrefslogtreecommitdiff
path: root/puppet/modules/obfsproxy
diff options
context:
space:
mode:
authorirregulator <irregulator@riseup.net>2014-05-22 20:49:12 +0300
committerelijah <elijah@riseup.net>2014-07-01 16:05:41 -0700
commitae75dccbb6a65ee22b6185dcd8c0fedd14e35d0f (patch)
treee17e64829e2e6d94340fbb9537642e838e078209 /puppet/modules/obfsproxy
parentf4b56483c6e80774f746cd1fbf7d92573dd0f51d (diff)
Remove commented lines from obfsproxy puppet module class
Diffstat (limited to 'puppet/modules/obfsproxy')
-rw-r--r--puppet/modules/obfsproxy/manifests/init.pp8
1 files changed, 0 insertions, 8 deletions
diff --git a/puppet/modules/obfsproxy/manifests/init.pp b/puppet/modules/obfsproxy/manifests/init.pp
index e62bfcd8..d0212c64 100644
--- a/puppet/modules/obfsproxy/manifests/init.pp
+++ b/puppet/modules/obfsproxy/manifests/init.pp
@@ -20,14 +20,6 @@ class obfsproxy (
system => true,
}
-# file { '/etc/default/obfsproxy':
-# path => '/etc/default/obfsproxy',
-# owner => 'root',
-# group => 'root',
-# mode => '0750',
-# content => template('obfsproxy/etc_default_conf.erb'),
-# }
-
file { '/etc/init.d/obfsproxy':
path => '/etc/init.d/obfsproxy',
ensure => present,