
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>
8 lines
167 B
Puppet
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',
|
|
}
|