Skip to content

Instantly share code, notes, and snippets.

@mrpatrick
Created September 6, 2012 21:46
Show Gist options
  • Save mrpatrick/3660596 to your computer and use it in GitHub Desktop.
Save mrpatrick/3660596 to your computer and use it in GitHub Desktop.
Example usage of puppet-cloudbackup
# puppet-cloudbackup Example usage
class rackspace_backup {
class {'cloudbackup':
username => 'myusername',
api_key => 'xxxxxxxxxxxxxxxxxxxx',
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment