Merge "Make username/email/password params required"

This commit is contained in:
Jenkins 2015-07-28 07:48:51 +00:00 committed by Gerrit Code Review
commit c7bec6c4b5
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
# == Class: graphite
#
class graphite(
$graphite_admin_user,
$graphite_admin_email,
$graphite_admin_password,
$vhost_name = $::fqdn,
$graphite_admin_user = '',
$graphite_admin_email = '',
$graphite_admin_password = '',
$storage_schemas = [
{
'name' => 'carbon',