Version information
released Jul 1st 2015
This version is compatible with:
- Puppet 3.x
Start using this module
Add this module to your Puppetfile:
mod 'jbussdieker-graphite_web', '0.0.9'
Learn more about managing modules with a PuppetfileDocumentation
jbussdieker/graphite_web — version 0.0.9 Jul 1st 2015
Graphite Web
Usage
To install Graphite with the default parameters
class { 'graphite_web': }
Installing a specific version
class { 'graphite_web':
revision => '0.9.11',
}
Installing and configuring using Hiera
classes:
- graphite_web
graphite_web::revision: 0.9.11
Testing
bundle exec rake beaker_nodes
# Use the list the previous command prints to pick a value for BEAKER_set
# When starting testing set provision=yes
bundle exec rake beaker BEAKER_destroy=no BEAKER_set=ubuntu-server-1404-x64 BEAKER_provision=yes
# Make changes/corrections
...
# Run again without provisioning (quicker but not a thorough test)
bundle exec rake beaker BEAKER_destroy=no BEAKER_set=ubuntu-server-1404-x64 BEAKER_provision=no