Fix a bug with our SELinux policy upgrading command
This commit is contained in:
parent
356cd01d8e
commit
4c725d60e1
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ class SELinuxOverlord(Overlord):
|
|||
async_client = Overlord(self.minion_glob, nforks=10, async=True)
|
||||
|
||||
print "Upgrading SELinux policy..."
|
||||
job_id = async_client.command.run('yum -y update selinux*')
|
||||
job_id = async_client.command.run('yum -y update selinux\*')
|
||||
|
||||
running = True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue