diff options
Diffstat (limited to 'docker/storperf.pp')
-rw-r--r-- | docker/storperf.pp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docker/storperf.pp b/docker/storperf.pp new file mode 100644 index 0000000..00a6482 --- /dev/null +++ b/docker/storperf.pp @@ -0,0 +1,10 @@ +class { 'python': + pip => true, + dev => true, + virtualenv => true, +} + +class { 'graphite': + port => 8080, + bind_address => '0.0.0.0', +} |