Created
September 6, 2012 21:46
-
-
Save mrpatrick/3660596 to your computer and use it in GitHub Desktop.
Example usage of puppet-cloudbackup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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