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

Solaris 11 service name matches multiple FRMIs #645

Closed
davemcdonnell opened this issue Jun 1, 2022 · 0 comments · Fixed by #647
Closed

Solaris 11 service name matches multiple FRMIs #645

davemcdonnell opened this issue Jun 1, 2022 · 0 comments · Fixed by #647

Comments

@davemcdonnell
Copy link

Describe the Bug

After recent solaris update (somewhere between 11.4.38 and 11.4.45) there are now multiple SMF services that match network/ntp.

Error: /Stage[main]/Ntp::Service/Service[ntp]: Could not evaluate: Failed to get the FMRI of the network/ntp service: The pattern 'network/ntp' matches multiple FMRIs! These are the FMRIs it matches: svc:/network/ntp:default, svc:/network/ntp:monitor

Manually specifying the service name in hiera fixes the issue as a workaround:
ntp::service_name: network/ntp:default

Expected Behavior

No errors

Steps to Reproduce

Steps to reproduce the behavior:

  1. Update to Solaris 11.4.45
  2. Run puppet
  3. Error: /Stage[main]/Ntp::Service/Service[ntp]: Could not evaluate: Failed to get the FMRI of the network/ntp service: The pattern 'network/ntp' matches multiple FMRIs! These are the FMRIs it matches: svc:/network/ntp:default, svc:/network/ntp:monitor

Environment

  • NTP module 9.1.0
  • Solaris patch level 11.4.45

Additional Context

Add any other context about the problem here.

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

Successfully merging a pull request may close this issue.

2 participants