Skip to content

Instantly share code, notes, and snippets.

@johnrobertwilson
Created July 3, 2012 21:45
Show Gist options
  • Save johnrobertwilson/3043527 to your computer and use it in GitHub Desktop.
Save johnrobertwilson/3043527 to your computer and use it in GitHub Desktop.
puppies
# 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