Skip to content

devhops/puppet-cloudbackup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

puppet-cloudbackup

Rackspace Cloud Backup Puppet Module Debian version, forked from https://github.com/avatarnewyork/puppet-cloudbackup

Module Installation

  • Add the 'cloudbackup' folder into your module path
  • Include the class and configure the relevant variables for your Rackspace Cloud Backup account:
  • username - your rackspace cloud username
  • api_key - found under Your Account > API Access here: https://manage.rackspacecloud.com/APIAccess.do

EXAMPLE

class { 'cloudbackup':
username => 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
api_key  => 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
}

Build Status

The build should satisfy the following:

  • puppet-lint tests
  • rspec tests defined under the rspec dir

The current status is:

Build Status

About

Rackspace Cloud Backup Puppet Module

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Puppet 55.4%
  • Ruby 44.6%