Puppet module to manage cloudmonitoring and cloudbackup services
- Add the 'rackspace' folder into your module path
- Include the class and configure the relevant variables for your Rackspace account:
- username - your rackspace cloud username
- api_key - found under Your Account > API Access here: https://manage.rackspacecloud.com/APIAccess.do
class { 'rackspace':
cloudbackup_install => true,
cloudmonitoring_install => true,
username => 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
api_key => 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
}
See CONTRIBUTING file.
This bundle is released under the MIT license. See the complete license in the bundle: LICENSE.md