Clément Le Roux
Clément Le Roux
I'm stucked trying to create RewriteRules with this. Mostly for conditions Even the example from chris up there does not work, because it recreates a new conditition each time. I...
I completely agree with above statements. I have been searching for a while until I saw this issue. I was trying to use dsc_dnsconnectionsuffix ressource with puppet (which is just...
Hi there, I face a similar issue from this portion of code : https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/source/DSCResources/DSC_xUserResource/DSC_xUserResource.psm1#L708 (It generates audit failure with logon failed = account is disabled) I wonder if we should...
Hi, it should be fixed by this PR : https://github.com/puppetlabs/ruby-pwsh/pull/291
This is the solution: Editing Registry See link below: http://www.gssezisoft.com/main/2013/03/using-cmdtwain-with-multiple-scanners/ I wish a method were set in twaindotnet to do so :)
Hi @jordanbreen28 and @danadoherty639 , having looked at Puppet.Dsc conversion tool, I saw this : https://github.com/puppetlabs/Puppet.Dsc/blob/main/src/Puppet.Dsc/internal/functions/Get-PuppetDataType.ps1#L79 I guess the type should be downgraded to String rather than Timestamp. Hopefully it...
✅ Issue has been solved with powershell module updates : https://forge.puppet.com/modules/dsc/computermanagementdsc/changelog#changed
Hi, I spent some time trying to find a way to handle this. I would suggest a piece of code that is best effort Code location : https://github.com/puppetlabs/ruby-pwsh/blob/main/lib/puppet/provider/dsc_base_provider/dsc_base_provider.rb#L391 ``` ruby...
Hi, I have spent a bit more time on this recently. I have sort of a "good enough" solution. Will probably make a PR soon ``` ruby # Special handling...
Upon further testing I found one use case where you can trigger a permanent change (though it seems a bit convoluted) First : Declare your array of hash ```yaml dsc_bindinginfo:...