]> gitweb.fluxo.info Git - puppet-tor.git/commitdiff
Changes for puppet 4 compatibility
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 5 Jun 2017 22:07:40 +0000 (19:07 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 5 Jun 2017 22:07:40 +0000 (19:07 -0300)
manifests/daemon/map_address.pp

index cfbd3da124717b0d481f9a1cb4d04cb1fb556f83..270eac214ff1b9773fcfb7b8b4ef99889a0b0ecb 100644 (file)
@@ -10,7 +10,7 @@ define tor::daemon::map_address(
     owner   => 'debian-tor',
     group   => 'debian-tor',
     mode    => '0644',
-    order   => 08,
+    order   => '08',
     target  => $tor::daemon::config_file,
   }
 }