Ensure yum-cron is running

Ensure the service is running so we get automatic updatesx

Change-Id: I9bf7f23ad5fb52488330b082de6f6ad6d4643177
This commit is contained in:
Ian Wienand 2018-06-12 09:34:26 +10:00
parent 73aadfd49f
commit b4bd2f8177

View File

@ -158,6 +158,7 @@ class openstack_project::server (
}
service { 'yum-cron':
enable => true,
ensure => running,
require => Package['yum-cron'],
}
}