aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-06-05 19:07:40 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-06-05 19:07:40 -0300
commit95bcf42b32a4f636ac40ede2b89d50509177e696 (patch)
tree4863d68e29153bdfeaa570fff7d015d98008b9bb
parentfd7aad3cb5fb7f8db73ef5dbe2cbab9ab4868325 (diff)
downloadpuppet-tor-95bcf42b32a4f636ac40ede2b89d50509177e696.tar.gz
puppet-tor-95bcf42b32a4f636ac40ede2b89d50509177e696.tar.bz2
Changes for puppet 4 compatibility
-rw-r--r--manifests/daemon/map_address.pp2
1 files changed, 1 insertions, 1 deletions
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,
}
}