From 4b234d7eb2c42f1c8c8e872e64c619f08bdaa304 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis-Philippe=20V=C3=A9ronneau?= Date: Wed, 1 Nov 2017 16:33:03 -0400 Subject: follow puppet syntax guide (and make the CI shutup) --- manifests/daemon/transport_plugin.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/daemon/transport_plugin.pp b/manifests/daemon/transport_plugin.pp index 7242e5e..1921282 100644 --- a/manifests/daemon/transport_plugin.pp +++ b/manifests/daemon/transport_plugin.pp @@ -5,7 +5,7 @@ define tor::daemon::transport_plugin( $servertransport_options = '', $ext_port = '' ) { - concat::fragment { "11.transport_plugin": + concat::fragment { '11.transport_plugin': content => template('tor/torrc.transport_plugin.erb'), order => 11, target => $tor::daemon::config_file, -- cgit v1.2.3