diff options
author | Micah Anderson <micah@leap.se> | 2014-11-08 00:46:00 -0500 |
---|---|---|
committer | Micah Anderson <micah@leap.se> | 2014-11-08 00:46:00 -0500 |
commit | 51d581583ca354232f6ccbfb771c1cad00ec2db3 (patch) | |
tree | aa82d5d097e42a4e6c454a7dc30ea1151cfaef79 /puppet/modules | |
parent | fe23f66f0cff5af71c10aeefdbb0b1131d871219 (diff) |
minor linting, arrow lining up
Change-Id: Ibd08529b7d1c4fc22bcd0ca36e518afa5b8f6d24
Diffstat (limited to 'puppet/modules')
-rw-r--r-- | puppet/modules/site_tor/manifests/init.pp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/puppet/modules/site_tor/manifests/init.pp b/puppet/modules/site_tor/manifests/init.pp index 8f68a4e4..9944bb2b 100644 --- a/puppet/modules/site_tor/manifests/init.pp +++ b/puppet/modules/site_tor/manifests/init.pp @@ -13,11 +13,11 @@ class site_tor { class { 'tor::daemon': } tor::daemon::relay { $nickname: - port => 9001, - address => $address, - contact_info => obfuscate_email($contact_emails), - bandwidth_rate => $bandwidth_rate, - my_family => $family + port => 9001, + address => $address, + contact_info => obfuscate_email($contact_emails), + bandwidth_rate => $bandwidth_rate, + my_family => $family } if ( $tor_type == 'exit'){ |