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
[root@getvlsalt02 srv]# rpm -qa|grep salt
salt-3005.1-1.el7.noarch
salt-master-3005.1-1.el7.noarch
salt-minion-3005.1-1.el7.noarch
###VMware extensions
saltext.vmware-22.9.8.0rc1.dist-info
My problem
Explicit invocation
When I invoke (via salt-call) the module manage_service to stop a a service on a specific ESXi (got pillar structure already configured), it works as expected.
If I try, instead, to invoke the service management command from within a state file, I can modify the service's startup_policy but the state stays running.
Hello everyone, first of all a description of my environment:
Test environment
OS
Salt version
###VMware extensions
My problem
Explicit invocation
When I invoke (via salt-call) the module manage_service to stop a a service on a specific ESXi (got pillar structure already configured), it works as expected.
From within a state file
If I try, instead, to invoke the service management command from within a state file, I can modify the service's startup_policy but the state stays running.
The state file
The invocation of above described state
The text was updated successfully, but these errors were encountered: