xarg / fabtools.recipes.graphite

Fabric task to install graphite, using fabtools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

Fabric task to install graphite, using fabtools.

How to use

Import the task in your project's fabfile.py to make it available:

from fabtools.recipes.graphite import install_graphite

Then you can call it from the fab command:

fab install_graphite

About

Fabric task to install graphite, using fabtools

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 100.0%