Merge "Fix typo in swiftinit service type"
This commit is contained in:
@@ -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'
|
||||||
|
Reference in New Issue
Block a user