From 95bcf42b32a4f636ac40ede2b89d50509177e696 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 5 Jun 2017 19:07:40 -0300 Subject: Changes for puppet 4 compatibility --- manifests/daemon/map_address.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, } } -- cgit v1.2.3