Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class role::gerrit {
- system_role { "role::gerrit": description => "Gerrit installation" }
- class labs {
- system_role { "role::gerrit::production": description => "Gerrit in labs!" }
- gerrit::instance { "gerrit-dev.wmflabs.org":
- ircbot => false,
- db_host => "gerrit-db"
- }
- class { "gerrit::jetty": instance => Gerrit::Instance["gerrit-dev.wmflabs.org"] }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement