From: Silvio Rhatto Date: Mon, 5 Jun 2017 22:07:40 +0000 (-0300) Subject: Changes for puppet 4 compatibility X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=95bcf42b32a4f636ac40ede2b89d50509177e696;p=puppet-tor.git Changes for puppet 4 compatibility --- diff --git a/manifests/daemon/map_address.pp b/manifests/daemon/map_address.pp index cfbd3da..270eac2 100644 --- a/manifests/daemon/map_address.pp +++ b/manifests/daemon/map_address.pp @@ -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, } }