diff options
| author | intrigeri <intrigeri@boum.org> | 2012-07-07 19:02:34 +0200 |
|---|---|---|
| committer | intrigeri <intrigeri@boum.org> | 2012-07-07 19:02:34 +0200 |
| commit | d29669e13e276c1e5a399653c82f576dbc1700b8 (patch) | |
| tree | 11e6f143e307fbde4a3b694591aa8bcbe0e74a89 /manifests | |
| parent | ed98955cec143ee81b09a525318518825b86a791 (diff) | |
| download | puppet-tor-d29669e13e276c1e5a399653c82f576dbc1700b8.tar.gz puppet-tor-d29669e13e276c1e5a399653c82f576dbc1700b8.tar.bz2 | |
Remove trailing whitespace from newly added lines.
Diffstat (limited to 'manifests')
| -rw-r--r-- | manifests/daemon.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/daemon.pp b/manifests/daemon.pp index d1d57df..3a201e4 100644 --- a/manifests/daemon.pp +++ b/manifests/daemon.pp @@ -192,9 +192,9 @@ class tor::daemon inherits tor { concatenated_file_part { "08.map_address.${name}": dir => $tor::daemon::snippet_dir, content => template('tor/torrc.map_address.erb'), - owner => 'debian-tor', group => 'debian-tor', mode => 0644, + owner => 'debian-tor', group => 'debian-tor', mode => 0644, ensure => $ensure, } - } + } } |
