diff --git a/manifests/grafana.pp b/manifests/grafana.pp new file mode 100644 index 0000000..c0efb44 --- /dev/null +++ b/manifests/grafana.pp @@ -0,0 +1,5 @@ +class profile::grafana { + class {'::grafana': + install_method => 'repo', + } +}