Guest User

Untitled

a guest
Nov 20th, 2018
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. # Also set up a local DNS entry so that the 'dnsdomainname' fact doesn't
  2. # complain at us.
  3. host { "rh2vagrant" :
  4. ip => "127.0.0.1",
  5. }
  6.  
  7. # Set up the vhost differently than on rh2dev.
  8. class { "apache" :
  9. http_host => "local.robinhood.org",
  10. http_port => "8080",
  11. apache_processes => 4,
  12. vhost_template => "vhosts-local",
  13. }
  14.  
  15. # class { "apache" :
  16. http_host => "local.toolkit.robinhood.org",
  17. http_port => "8080",
  18. apache_processes => 4,
  19. vhost_template => "vhosts-toolkit-dev",
  20. }
Add Comment
Please, Sign In to add comment