Guest User

Untitled

a guest
May 26th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. name "oyster"
  2. description "IGN Media: Oyster"
  3. recipes "farms::oyster"
  4. override_attributes(
  5. "users" => {
  6. "tford" => {'password' => '!!', 'comment' => "Tony Ford", 'uid' => 4554 },
  7. "smcnabb" => {'password' => '!!', 'comment' => "Stephen Mcnabb", 'uid' => 4885 },
  8. "epinto" => {'password' => '!!', 'comment' => "Errol Pinto", 'uid' => 4269 },
  9. "rbhindwale" => {'password' => '!!', 'comment' => "Ruchi Bhindwale", 'uid' => 9366 },
  10. "gbartone" => {'password' => '!!', 'comment' => "Grant Barton", 'uid' => 9063 },
  11. "lamp" => {'password' => '!!', 'comment' => 'LAMP Pseudo-user', 'uid' => 5032, 'shell' => '/sbin/nologin' }
  12. },
  13. "groups" => {
  14. "lamp" => {'gid' => 5032, 'members' => ['lamp', 'tford', 'smcnabb', 'epinto', 'rbhindwale', 'gbartone']}
  15. },
  16. "mounts" => [
  17. {'directory' => '/z/scripts.ign.com', 'remote_path' => 'filer12:/vol/sweb/sweb/scripts.snowball.com/docroot', 'options' => 'proto=tcp,rsize=32768,wsize=32768,noacl'},
  18. {'directory' => '/z/oysterdl.ign.com', 'remote_path' => 'filer12:/vol/oyster_static/downloads', 'options' => 'proto=tcp,rsize=32768,wsize=32768,noacl'},
  19. {'directory' => '/z/oyster.ignimgs.com', 'remote_path' => 'filer12:/vol/oyster_static/media', 'options' => 'proto=tcp,rsize=32768,wsize=32768,noacl'},
  20. {'directory' => '/z/oysterdev', 'remote_path' => 'filer12:/vol/oyster_app/web/dev', 'options' => 'proto=tcp,rsize=32768,wsize=32768,noacl'},
  21. {'directory' => '/z/oysterprod', 'remote_path' => 'filer12:/vol/oyster_app/web/prod', 'options' => 'proto=tcp,rsize=32768,wsize=32768,noacl'},
  22. {'directory' => '/z/oysterstage', 'remote_path' => 'filer12:/vol/oyster_app/web/stage', 'options' => 'proto=tcp,rsize=32768,wsize=32768,noacl'},
  23. {'directory' => '/z/oystervips', 'remote_path' => 'filer12:/vol/oyster_app/web/vips', 'options' => 'proto=tcp,rsize=32768,wsize=32768,noacl'},
  24. {'directory' => '/z/conf', 'remote_path' => 'filer12:/vol/tools/tools/share/conf/oy', 'options' => 'proto=tcp,rsize=32768,wsize=32768,noacl'}
  25. ],
  26. "apache" => { "version" => "2.2.14-prefork" },
  27. "mysql" => { "version" => "5.1.33" },
  28. "php" => { "version" => "5.2.11" },
  29. "memcache" => { "version" => "1.2.8" }
  30. )
Add Comment
Please, Sign In to add comment