Skip to content

Commit

Permalink
Merge pull request #144 from VMTrooper/fix-init-example
Browse files Browse the repository at this point in the history
Update init.pp - correct plugins example syntax
  • Loading branch information
R. Tyler Croy committed Sep 25, 2014
2 parents 6b78c00 + ae26dcc commit 60d8f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#
# class{ 'jenkins::plugins':
# plugin_hash => {
# 'git' -> { version => '1.1.1' },
# 'git' => { version => '1.1.1' },
# 'parameterized-trigger' => {},
# 'multiple-scms' => {},
# 'git-client' => {},
Expand Down

0 comments on commit 60d8f25

Please sign in to comment.