diff options
-rw-r--r-- | manifests/mlmmj/web.pp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/manifests/mlmmj/web.pp b/manifests/mlmmj/web.pp index b0a79d4..9d96ad2 100644 --- a/manifests/mlmmj/web.pp +++ b/manifests/mlmmj/web.pp @@ -1,6 +1,4 @@ class mail::mlmmj::web inherits websites::setup { - $mlmmj_subdomain = hiera('mlmmj_subdomain') - apache::site { "${mail::mlmmj::subdomain}": docroot => "/usr/share/mlmmj-php-web-admin", owner => 'mlmmj', |