Skip to content

Commit

Permalink
Merge commit '8de94cd' into working
Browse files Browse the repository at this point in the history
  • Loading branch information
justinellison committed Jan 30, 2012
2 parents e02248f + 8de94cd commit d9c5f21
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,12 @@
include jenkins::service

Class["jenkins::repo"] -> Class["jenkins::package"] -> Class["jenkins::service"]

define plugin($version=0) {
install-jenkins-plugin {
$name :
version : $version;
}
}
}

0 comments on commit d9c5f21

Please sign in to comment.