]> gitweb.fluxo.info Git - puppet-tor.git/commitdiff
Fix missing delimiter
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 21 Jan 2013 01:38:27 +0000 (23:38 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 21 Jan 2013 01:38:27 +0000 (23:38 -0200)
manifests/daemon/map_address.pp

index e970fe53c00f186c89448935ba226fb5b817903d..cfbd3da124717b0d481f9a1cb4d04cb1fb556f83 100644 (file)
@@ -1,7 +1,7 @@
 # map address definition
 define tor::daemon::map_address(
   $address    = '',
-  $newaddress = ''
+  $newaddress = '',
   $ensure     = 'present') {
 
   concat::fragment { "08.map_address.${name}":