Skip to content

readycloudllc/puppet-sentry

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

puppet-sentry

This is a puppet module for installing sentry.

One of the tricky things about installing sentry is that when you callsentry --config=foobar.py syncdb/upgrade, it will interactively ask you for superuser creation, which is not possible in puppet, since puppet runs in non-interactive mode.

puppet-sentry handles this problem by providing a predefined superuser object in json format, and an extra argument for sentry initialization. This way, you can install sentry with a predefined superuser without any interaction at all.

documentation

See the generated documentation for this module.

About

A module for installing sentry through puppet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Puppet 93.0%
  • Ruby 7.0%