-
Notifications
You must be signed in to change notification settings - Fork 113
Open
Description
In manifest add something like this
case $trusted['certname'] {
'dsp-zoo-01.domain.com': { $privateip = ['192.168.0.7/24']; $netiface ='eth1'; $zooid ='01' }
'dsp-zoo-02.domain.com': { $privateip = ['192.168.0.7/24']; $netiface ='eth1'; $zooid ='02' }
'dsp-zoo-03.domain.com': { $privateip = ['192.168.0.7/24']; $netiface ='eth1'; $zooid ='03' }
default: { $privateip = '' }
}
then
class { 'zookeeper':
...
id => $zooid,
...
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels