Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NetAdapterAdvancedProperty Constantly Re-Running #504

Open
BarnumD opened this issue Sep 8, 2021 · 0 comments
Open

NetAdapterAdvancedProperty Constantly Re-Running #504

BarnumD opened this issue Sep 8, 2021 · 0 comments

Comments

@BarnumD
Copy link

BarnumD commented Sep 8, 2021

Details of the scenario you tried and the problem that is occurring

I'm using puppet 7, to apply a dsc_netadapteradvancedproperty.

dsc_netadapteradvancedproperty{"Nic_V_IntraClusterManagement_Adv_Prop_FlowControl":
      dsc_networkadaptername => 'V-IntraClusterManagement',
      dsc_registrykeyword    => '*FlowControl',
      dsc_registryvalue      => '3',
}

It keeps running over and over again saying that

Verbose logs showing the problem

Notice: /Stage[main]/Profiles::myprofile/Dsc_netadapteradvancedproperty[Nic_V_IntraClusterManagement_Adv_Prop_FlowControl]/dsc_registryvalue: dsc_registryvalue changed 'System.String[]' to '3'

Suggested solution to the issue

It seems to either not be passing the test-result back properly, or that it's in a wrong format. Does the module need to be fixed, or something with puppet's implementation?

The DSC configuration that is used to reproduce the issue (as detailed as possible)

Not available

The operating system the target node is running

OsName               : Microsoft Windows Server 2016 Datacenter
OsOperatingSystemSKU : DatacenterServerEdition
OsArchitecture       : 64-bit
WindowsBuildLabEx    : 14393.4583.amd64fre.rs1_release.210730-1850
OsLanguage           : en-US
OsMuiLanguages       : {en-US}

Version and build of PowerShell the target node is running

Name                           Value
----                           -----
PSVersion                      5.1.14393.4583
PSEdition                      Desktop
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0...}
BuildVersion                   10.0.14393.4583
CLRVersion                     4.0.30319.42000
WSManStackVersion              3.0
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant