diff --git a/REFERENCE.md b/REFERENCE.md index 5571f10e..b60eb643 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -54,7 +54,7 @@ Installs and configures Grafana. ##### Using the Class ```puppet -class { '::grafana': +class { 'grafana': install_method => 'docker', } ``` diff --git a/manifests/init.pp b/manifests/init.pp index 48247a3d..5ba39388 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -137,7 +137,7 @@ # The whole grafana configuration # # @example Using the Class -# class { '::grafana': +# class { 'grafana': # install_method => 'docker', # } #