summaryrefslogtreecommitdiff
path: root/puppet/modules/site_config/manifests/setup.pp
AgeCommit message (Collapse)Author
2014-06-04clean up how /etc/hosts is generated so it doesn't require custom behavior ↵0.5.2elijah
depending on the services.
2014-06-04bugfix: actually apply modules based on $serviceselijah
2014-06-03move hiera from site.pp to site_config::setupChristoph
the problem was following: if a host has the webapp service, the template for /etc/hosts adds some stuff. But setup.pp did not ask hiera about the services so "/srv/leap/bin/puppet_command set_hostname" always resets the hostname. Since that gets triggered every time you run "leap deploy" the hostname changes, some services restart, then the hostname changes back and the services restart again. The solution is to get the hiera data before every run.
2014-04-15fix concat::setup (#5503)varac
2014-03-25Move setup.pp to a subclass (site_config::setup) (Feature #2993)varac