diff options
author | irregulator <irregulator@riseup.net> | 2014-05-22 20:49:12 +0300 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-07-01 16:05:41 -0700 |
commit | ae75dccbb6a65ee22b6185dcd8c0fedd14e35d0f (patch) | |
tree | e17e64829e2e6d94340fbb9537642e838e078209 /puppet/modules/obfsproxy | |
parent | f4b56483c6e80774f746cd1fbf7d92573dd0f51d (diff) |
Remove commented lines from obfsproxy puppet module class
Diffstat (limited to 'puppet/modules/obfsproxy')
-rw-r--r-- | puppet/modules/obfsproxy/manifests/init.pp | 8 |
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, |