[puppet] Drop odrs related vars definitions, odrs is now on OSCP



commit c1e9969b3a79b068b00dfd5271b197e89c3f4bb0
Author: Andrea Veri <averi redhat com>
Date:   Wed Apr 3 15:34:06 2019 +0200

    Drop odrs related vars definitions, odrs is now on OSCP

 modules/httpd/manifests/vhost.pp | 5 -----
 1 file changed, 5 deletions(-)
---
diff --git a/modules/httpd/manifests/vhost.pp b/modules/httpd/manifests/vhost.pp
index 2131eb81..b10d9501 100644
--- a/modules/httpd/manifests/vhost.pp
+++ b/modules/httpd/manifests/vhost.pp
@@ -2,11 +2,6 @@ define httpd::vhost($name, $prefix='', $module='', $update='', $is_template=fals
 
         if $is_template {
 
-            include odrs_web::params
-            $odrs_secret      = $odrs_web::params::odrs_secret
-            $odrs_db_username = $odrs_web::params::odrs_db_username
-            $odrs_db_password = $odrs_web::params::odrs_db_password
-
             $mirrorbrain_db_password = hiera('mirrorbrain::database_password')
 
             file { "/etc/httpd/sites.d/${prefix}${name}.conf":


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]