Bruno Tavares c9a9d607c2 Add acceptance tests for puppet-graphite.
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>
2015-09-24 19:12:23 -03:00

7 lines
188 B
Puppet

class { '::graphite':
graphite_admin_user => 'graphite',
graphite_admin_email => 'graphite@localhost',
graphite_admin_password => '12345',
vhost_name => '*',
}