Martin N

Results 3 comments of Martin N

> > I just got this working using the following syntax: > > ``` > > invoke-dscresource -name xWebConfigPropertyCollection -Method Set -ModuleName xWebAdministration -Property @{ > > Ensure = "Present"...

I have the same problem. 'confluent status' return [DOWN], 'confluent stop', 'confluent log' doesn't work... I just found that there are 2 confluent current running folders under /tmp. I checked...

To workaround the issue, always run the confluent cli from /tmp (or $CONFLUENT_CURRENT if defined) Or update bin/confluent as below > ... > [[ $# -lt 1 ]] && usage...