Forge Home

cloudbackup

Rackspace Cloud Backup module

10,870 downloads

9,970 latest version

1.9 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 0.0.4 (latest)
  • 0.0.2
  • 0.0.1
released Oct 2nd 2013

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'avatarnewyork-cloudbackup', '0.0.4'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add avatarnewyork-cloudbackup
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install avatarnewyork-cloudbackup --version 0.0.4

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download
Tags: backup, cloud, agent

Documentation

avatarnewyork/cloudbackup — version 0.0.4 Oct 2nd 2013

puppet-cloudbackup

Rackspace Cloud Backup Puppet Module

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