Skip to content

Instantly share code, notes, and snippets.

@saz
Created April 7, 2013 22:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saz/5332796 to your computer and use it in GitHub Desktop.
Save saz/5332796 to your computer and use it in GitHub Desktop.
Puppet Filebucket config
# The filebucket option allows for file backups to the server
filebucket { 'main':
server => 'puppetmaster.example.com',
path => false,
}
# Set global defaults
File { backup => main }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment