Advertisement
andrewbogott

Untitled

Aug 24th, 2012
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. class labs {
  2. system_role { "role::gerrit::production": description => "Gerrit in labs!" }
  3.  
  4. gerrit::instance { "gerrit-dev.wmflabs.org":
  5. ircbot => false,
  6. db_host => "gerrit-db"
  7. }
  8.  
  9. gerrit::jetty { "labsjetty":
  10. instance => gerrit::instance["gerrit-dev.wmflabs.org"]
  11. }
  12. }
  13.  
  14. err: Could not retrieve catalog from remote server: Error 400 on SERVER: Puppet::Parser::AST::Resource failed with error ArgumentError: Invalid resource type gerrit::jetty at /etc/puppet/manifests/role/gerrit.pp:17 on node i-000003c8.pmtpa.wmflabs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement