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' }