Merge "A warning comment"

This commit is contained in:
Jenkins 2015-08-27 09:50:22 +00:00 committed by Gerrit Code Review
commit ea10cc3716

View File

@ -52,6 +52,10 @@ class openstack_project::grafana (
class { '::grafana':
cfg => $grafana_cfg_merged,
# Note that we can't use archive because that install_method requires
# the camptocamp-archive module but we have puppetcommunity-archive
# in modules.env, and puppet only supports having one in the modulepath
# at a time.
install_method => 'repo',
version => '2.1.0',
}