Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:PSuarezHernandez:branches:systemsmanagement:saltstack:products:next
salt
fix-bsc-1065792.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix-bsc-1065792.patch of Package salt
From c09d37aa09b74483e70e467f0c3944fce2d2e1b3 Mon Sep 17 00:00:00 2001 From: Bo Maryniuk <bo@suse.de> Date: Thu, 14 Dec 2017 16:21:40 +0100 Subject: [PATCH] Fix bsc#1065792 --- salt/states/service.py | 1 + 1 file changed, 1 insertion(+) diff --git a/salt/states/service.py b/salt/states/service.py index ab14ed0abf..6ce4754004 100644 --- a/salt/states/service.py +++ b/salt/states/service.py @@ -85,6 +85,7 @@ def __virtual__(): Only make these states available if a service provider has been detected or assigned for this minion """ + __salt__._load_all() if "service.start" in __salt__: return __virtualname__ else: -- 2.47.0
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor