You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Update to Solaris 11.4.45
Run puppet
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.
The text was updated successfully, but these errors were encountered:
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:
Environment
Additional Context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: