Skip to content

Commit

Permalink
Fix some syntax errors included by the previous commit
Browse files Browse the repository at this point in the history
Always run tests before pushing you ninny!
  • Loading branch information
R. Tyler Croy committed Apr 1, 2014
1 parent 27ffe63 commit ac58a21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ exclude_paths = [
"pkg/**/*",
"vendor/**/*",
"spec/**/*",
"contrib/**/*"
]

PuppetLint.configuration.log_format = "%{path}:%{linenumber}:%{check}:%{KIND}:%{message}"
Expand Down
2 changes: 1 addition & 1 deletion manifests/plugin.pp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# create this content from a template or any other mean.
#
define jenkins::plugin(
$version=0
$version=0,
$manage_config = false,
$config_filename = undef,
$config_content = undef,
Expand Down

0 comments on commit ac58a21

Please sign in to comment.