Advertisement
andrewbogott

Untitled

Aug 24th, 2012
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. class role::gerrit {
  2.  
  3. system_role { "role::gerrit": description => "Gerrit installation" }
  4.  
  5. class labs {
  6. system_role { "role::gerrit::production": description => "Gerrit in labs!" }
  7.  
  8. gerrit::instance { "gerrit-dev.wmflabs.org":
  9. ircbot => false,
  10. db_host => "gerrit-db"
  11. }
  12.  
  13. class { "gerrit::jetty": instance => Gerrit::Instance["gerrit-dev.wmflabs.org"] }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement