-
-
Couldn't load subscription status.
- Fork 33
Open
Description
Hi,
I get the following dependency cycles when using this in conjunction with theforeman/puppet-dhcp:
Error: Found 1 dependency cycle:
(Exec[pkg update] => Package[isc-dhcp44-server] => File[/usr/local/etc] => File[/usr/local/etc/pkg.conf] => Exec[pkg update])
The only thing I've noticed is that theforeman/puppet-dhcp manages the /usr/local/etc directory and has a package referenced:
file { $dhcp_dir:
mode => '0755',
require => Package[$packagename],
}
I've read the relevant parts in theforeman/puppet-dhcp and it looks good to me, not an uncommon pattern.
It looks like it's an unfortunate choice of resource relationships causes this issue. Do you see any chance to adjust the related resource relationships in the pkng module to avoid this kind of dependency cycle?
Metadata
Metadata
Assignees
Labels
No labels
