Dan Bode 438a5c603c Add jenkins::plugin defined resource type
This commit adds jenkins::plugin which can be used
to install jenkins plugins. I used it to install
gearman just today:

  jenkins::plugin { 'gearman-plugin':
    version => '0.0.3',
  }

Note: this code is borrowed from:

  https://github.com/jenkinsci/puppet-jenkins/blob/master/manifests/plugin.pp

which is apache licensed.

Change-Id: Ifd3f6452839db990357f14665f14aa839ec2d0c5
2013-08-03 02:28:23 +00:00
..
2013-08-02 13:15:09 +00:00
2013-01-02 19:05:59 +00:00
2013-07-06 16:12:07 +00:00
2013-07-01 19:33:40 +00:00
2013-07-19 16:11:49 -07:00
2012-11-12 18:58:07 +00:00
2013-05-17 17:21:21 +00:00
2013-05-20 20:40:03 +00:00
2012-11-10 23:50:17 +00:00
2013-06-04 21:47:33 +00:00