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

8 lines
167 B
Puppet

exec { 'starting carbon-cache service':
command => '/etc/init.d/carbon-cache start',
}
exec { 'starting statsd service':
command => '/etc/init.d/statsd start',
}