From 2edb1b53ccd97bc257b4541ee62cc5b865418a2f Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 19 Mar 2017 08:35:52 +0000 Subject: [PATCH] make order a string --- modules/onion/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/onion/manifests/init.pp b/modules/onion/manifests/init.pp index 31543e9fe..c7b06c594 100644 --- a/modules/onion/manifests/init.pp +++ b/modules/onion/manifests/init.pp @@ -26,7 +26,7 @@ class onion { } concat::fragment { 'onion::torrc_header': target => "/etc/tor/torrc", - order => 05, + order => '05', content => template("onion/torrc-header.erb"), } } -- 2.20.1