Merge "Fix typo in swiftinit service type"

This commit is contained in:
Zuul
2022-06-27 16:55:01 +00:00
committed by Gerrit Code Review

View File

@@ -46,7 +46,7 @@ Puppet::Type.type(:service).provide :swiftinit, :parent => :service do
end end
def refresh def refresh
if (@paramaters[:ensure] == running) if (@parameters[:ensure] == running)
provider.restart provider.restart
else else
debug 'Skipping restart, service is not running' debug 'Skipping restart, service is not running'