Upgrade all packages to the newest version

Change-Id: I44cd912a9b525f29bf4ec9cf85848d331ab693e4
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2015-11-13 11:01:34 -05:00
parent 63d834bf01
commit e331b17e25
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ class jeepyb (
}
exec { 'install_jeepyb' :
command => 'pip install /opt/jeepyb',
command => 'pip install -U /opt/jeepyb',
path => '/usr/local/bin:/usr/bin:/bin/',
refreshonly => true,
require => Class['mysql::python'],