From f32ea2c0ba6c43e358c8888bea7cc73d117edac1 Mon Sep 17 00:00:00 2001 From: Max Wilhelm Date: Thu, 14 Jul 2016 10:56:17 +0200 Subject: [PATCH] try to fix build --- examples/plugin.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/plugin.pp b/examples/plugin.pp index fdd2a1c..bcacde9 100644 --- a/examples/plugin.pp +++ b/examples/plugin.pp @@ -5,5 +5,5 @@ # file installation ::fluentd::plugin { 'fluent-plugin-elasticsearch': type => 'file', - source => 'puppet:///path/to/plugin' + source => 'puppet://path/to/plugin' }