Make config_dir a required variable

Since the gate doesn't like empty strings, we need to require a
config_dir.  Which is fine, since the modules wouldn't work well with
out one.

Change-Id: Ibb5828311bbd6535c1826c1719a2ef4e27ed73bc
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2015-10-19 13:23:57 -04:00
parent 939b4f358d
commit 1afd6f92b1
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
# [*grafana_url*]
#
class grafyaml (
$config_dir = '',
$config_dir,
$git_revision = 'master',
$git_source = 'https://git.openstack.org/openstack-infra/grafyaml',
$grafana_url = 'http://localhost:8080',