| Puppet Version: 5.5.17 Puppet Server Version: 2018.1.11 OS Name/Version: Windows Server 2016 Windows user management fails if group contains non -existing Domain accounts change from NA\WindowsServer-Std.ViewOnly.UG,NA\SQL.DBA.UG,NA\tcMCOLIV2 to NA\OPSMGR.OPERATOR.LG,NA\SQL.DBA.UG,NA\WindowsServer-Std.ViewOnly.UG,NA\xsRSHOESQL1984,NA\xssqlSCOMMON failed: Could not resolve name: NA\xsRSHOESQL1984
- Source:/Stage[main]/Xom_securitymodel/Group[Performance Monitor Users]/members
Desired Behavior: Puppet should manage the local group despite of a given account/group does not exist on Active directory yet. It should ignore the non-existing and enforce others. Actual Behavior: Puppet fails to mange the entire local group membership. puppet agent with --test --trace --debug
2020-06-23 10:08 -03:00 |
debug |
NA\xsRSHOESQL1984 (unresolvable to SID) * Source:/Group[Performance Monitor Users]
- File:/etc/puppetlabs/code/environments/win_xom_test_app_secmodel/modules/xom_securitymodel/manifests/init.pp
- Line:73
|
2020-06-23 10:08 -03:00 |
debug |
NA\xssqlSCOMMON (S-1-5-21-1417001333-343818398-1801674531-1273325) * Source:/Group[Performance Monitor Users]
- File:/etc/puppetlabs/code/environments/win_xom_test_app_secmodel/modules/xom_securitymodel/manifests/init.pp
- Line:73
|
2020-06-23 10:08 -03:00 |
err |
change from NA\WindowsServer-Std.ViewOnly.UG,NA\SQL.DBA.UG,NA\tcMCOLIV2 to NA\OPSMGR.OPERATOR.LG,NA\SQL.DBA.UG,NA\WindowsServer-Std.ViewOnly.UG,NA\xsRSHOESQL1984,NA\xssqlSCOMMON failed: Could not resolve name: NA\xsRSHOESQL1984 * Source:/Stage[main]/Xom_securitymodel/Group[Performance Monitor Users]/members
- File:/etc/puppetlabs/code/environments/win_xom_test_app_secmodel/modules/xom_securitymodel/manifests/init.pp
- Line:73
|
Due PUP-10057 and PUP-10303 upgraded the client to 5.5.20 but got the same behavior, not sure if can upgrade the agent to 6.16 as we are running PE 2018.1.11 |