Created
July 3, 2012 21:45
-
-
Save johnrobertwilson/3043527 to your computer and use it in GitHub Desktop.
puppies
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Also set up a local DNS entry so that the 'dnsdomainname' fact doesn't | |
# complain at us. | |
host { "rh2vagrant" : | |
ip => "127.0.0.1", | |
} | |
# Set up the vhost differently than on rh2dev. | |
class { "apache" : | |
http_host => "local.robinhood.org", | |
http_port => "8080", | |
apache_processes => 4, | |
vhost_template => "vhosts-local", | |
} | |
# class { "apache" : | |
http_host => "local.toolkit.robinhood.org", | |
http_port => "8080", | |
apache_processes => 4, | |
vhost_template => "vhosts-toolkit-dev", | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment