
Add acceptance tests for puppet-graphite module so that once the module is applied we check if files were created, packages were installed and services were started. Change-Id: I54cf2e8e0cc484a8212d234efbf1d67df87583fd Co-Authored-By: Danilo Ramalho <dramalho@thoughtworks.com>
7 lines
188 B
Puppet
7 lines
188 B
Puppet
class { '::graphite':
|
|
graphite_admin_user => 'graphite',
|
|
graphite_admin_email => 'graphite@localhost',
|
|
graphite_admin_password => '12345',
|
|
vhost_name => '*',
|
|
}
|