forked from jpogran/PuppetDscBuilder
-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Describe the Bug
Hello,
We are facing an issue with the DSC modules (Using computermanagementdsc 9.2.0-0-0 as reference but same with all modules)
Failed to apply catalog: Could not find dependency Windows_firewall_rule[contoso.com outbound rule] for Dsc_computer[consto.com]
Expected Behavior
Applying configuration using standard puppet relationships
Steps to Reproduce
Not sure it is easily reproducable
When apply locally on one node manually is not causing any issue
That is the code we are using
dsc_computer { 'contoso.com':
dsc_name => $facts['networking']['hostname'],
dsc_domainname => 'contoso.com',
dsc_joinou => 'OU=Servers,DC=contoso,DC=com',
dsc_credential => {
'user' => 'username',
'password' => Sensitive('password'),
},
require => Windows_firewall_rule['contoso.com outbound rule'];
}
Environment
- Puppet agent 8.6.0
- Windows server 2022
Additional Context
Thank you for your support
Daymarvi
Metadata
Metadata
Assignees
Labels
No labels