Skip to content

UCSD-ANF/puppet-rrdtool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

puppet-rrdtool

Puppet module to manage RRDTool

Version 0.1.2

Usage:

include 'rrdtool'

# Bring in python bindings
include 'rrdtool::python'

# Ensure the development packages are missing
class { 'rrdtool::devel': ensure => 'absent' }