diff options
author | Leif Johansson <leifj@sunet.se> | 2015-03-06 15:52:46 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2015-03-06 15:52:46 +0100 |
commit | 39aa967b42579a60160a3d0ca9b07ac5dcf93ad8 (patch) | |
tree | 68ab0b5466ae45b6e43835fb6d6eda2d575ab183 /global/overlay/etc/puppet/modules | |
parent | 2132b2f78aa30ef860f2e6b152fa60dd0c151724 (diff) |
fix wpsunet-ops-2015-03-06-v18
Diffstat (limited to 'global/overlay/etc/puppet/modules')
-rw-r--r-- | global/overlay/etc/puppet/modules/sunet/manifests/wordpress.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global/overlay/etc/puppet/modules/sunet/manifests/wordpress.pp b/global/overlay/etc/puppet/modules/sunet/manifests/wordpress.pp index 8465e79..883e537 100644 --- a/global/overlay/etc/puppet/modules/sunet/manifests/wordpress.pp +++ b/global/overlay/etc/puppet/modules/sunet/manifests/wordpress.pp @@ -18,7 +18,7 @@ $myqsl_version = "5.7") image => "wordpress", imagetag => $wordpress_version, volumes => ["/data/${sanitized_name}/html:/var/www/html"], - port => ["8080:80"] + port => ["8080:80"], environment => [ "WORDPRESS_DB_HOST=${db_hostname}", "WORDPRESS_DB_USER=${sanitized_name}", "WORDPRESS_DB_NAME=${sanitized_name}", |