diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-11-14 15:57:33 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-11-14 15:57:33 -0200 |
commit | d867eccad94dc92a66a1c760c930de67bc118124 (patch) | |
tree | 89b2e8157cb9689a7ec502b3f72ae5b7f49a0bed | |
parent | 745976b62b30bed1aafc5bd0e9aff93a276c9e4c (diff) | |
download | puppet-nodo-d867eccad94dc92a66a1c760c930de67bc118124.tar.gz puppet-nodo-d867eccad94dc92a66a1c760c930de67bc118124.tar.bz2 |
Server alias at nodo::role::dev::drupal8
-rw-r--r-- | manifests/role/dev/drupal8.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/role/dev/drupal8.pp b/manifests/role/dev/drupal8.pp index d135c8e..46b5715 100644 --- a/manifests/role/dev/drupal8.pp +++ b/manifests/role/dev/drupal8.pp @@ -153,7 +153,7 @@ class nodo::role::dev::drupal8( apache::site { "localhost": ensure => present, docroot => "${::apache::www_folder}/drupal-8", - server_alias => "localhost ${project}", + server_alias => "localhost ${project} ${project}.${::domain}", mpm_user => $project_user, mpm_group => $project_user, manage_user => false, |