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
{{ message }}
This repository has been archived by the owner on Aug 21, 2020. It is now read-only.
If you run puppet apply immediately again, you will get the same output again. This seems to suggest that either the settings are not being applied persistently of the resource type/provider does not have a reliable way of determining and comparing the current settings.
The text was updated successfully, but these errors were encountered:
Issue is addressed in #175
It would be useful to force the user to provide strings, if only for ensuring that you don't see apparent non-idempotent behaviour. If all values gets changed to string anyway why allow the user to enter integers.
When using the esx_advanced_options type it does not appear to set values persistently. When running puppet apply with the following sudo code:
You get the following output on the command line:
If you run puppet apply immediately again, you will get the same output again. This seems to suggest that either the settings are not being applied persistently of the resource type/provider does not have a reliable way of determining and comparing the current settings.
The text was updated successfully, but these errors were encountered: