Ensure yum-cron is running
Ensure the service is running so we get automatic updatesx Change-Id: I9bf7f23ad5fb52488330b082de6f6ad6d4643177
This commit is contained in:
parent
73aadfd49f
commit
b4bd2f8177
@ -158,6 +158,7 @@ class openstack_project::server (
|
||||
}
|
||||
service { 'yum-cron':
|
||||
enable => true,
|
||||
ensure => running,
|
||||
require => Package['yum-cron'],
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user