diff --git a/global/overlay/etc/puppet/modules/eid/manifests/idm_db.pp b/global/overlay/etc/puppet/modules/eid/manifests/idm_db.pp index c85461df..e547a384 100644 --- a/global/overlay/etc/puppet/modules/eid/manifests/idm_db.pp +++ b/global/overlay/etc/puppet/modules/eid/manifests/idm_db.pp @@ -1,7 +1,9 @@ # idm_db class eid::idm_db ( + Array $clients = ['127.0.0.1'] ) { sunet::mariadb { 'idm_db': + clients => $clients, } }