make order a string
[mirror/dsa-puppet.git] / modules / onion / manifests / init.pp
index 31543e9..c7b06c5 100644 (file)
@@ -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"),
        }
 }