puppet-jenkins/manifests
Ian Wienand 0798386517 User versioncmp to compare strings
Use versioncmp, otherwise with puppet 4 (as on Fedora 22) you get "A
String is not comparable to a non String".

We also inverted the versioncmp check for the version variable, the
main reason for this was to reduce complexity of the versioncmp code.

Additionally, defining 0 to be the latest version didn't really make
sense.  So, changing it to use 'latest' means better code readability.

Change-Id: Ic8b0fd2a19cbb90e1d57e3025a3d2513ebada2e2
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2015-08-10 10:06:20 -04:00
..
cgroups.pp User versioncmp to compare strings 2015-08-10 10:06:20 -04:00
jenkinsuser.pp Require ssh_key, username, password and url 2015-08-07 16:30:57 -04:00
job_builder.pp Require ssh_key, username, password and url 2015-08-07 16:30:57 -04:00
master.pp Migrate to puppet-httpd module 2015-07-21 10:11:02 -04:00
params.pp User versioncmp to compare strings 2015-08-10 10:06:20 -04:00
plugin.pp User versioncmp to compare strings 2015-08-10 10:06:20 -04:00
slave.pp Require ssh_key, username, password and url 2015-08-07 16:30:57 -04:00