Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
/etc/hosts files are changed (otherwise it runs on every run)
|
|
site_config::hosts to be in the initial run stage to make sure the hostname is
set before anything else.
|
|
|
|
|
|
template
also set the hostname to what the hiera 'name' is set to
|
|
This will replace the existing /etc/hosts, so we will want to make this more smart later
|
|
|
|
|
|
|
|
|
|
|
|
|
|
building /etc/hosts. also, now ssh.known_hosts only includes what is necessary.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
When we include apache::ssl it ships the ssl.conf file which sets up the
NameVirtualHost *:443, so we just do what that class does
fixes: https://leap.se/code/issues/944
|
|
|
|
|
|
|
|
|
|
|
|
more obvious how it is operating
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
is provided there
|
|
|
|
configurations
|
|
|
|
include site_webapp::apache
|
|
|
|
|
|
|
|
|