change service to crond

This commit is contained in:
Ch3LL 2017-10-24 16:26:31 -04:00
parent 7911b4b3eb
commit 654071028b
No known key found for this signature in database
GPG Key ID: 132B55A7C13EFA73

View File

@ -11,7 +11,7 @@ from tests.support.helpers import destructiveTest
# Import Salt libs
import salt.utils
SERVICE_NAME = 'cronie'
SERVICE_NAME = 'crond'
@destructiveTest