Skip to content

Commit

Permalink
Properly test the jenkins module
Browse files Browse the repository at this point in the history
  • Loading branch information
R. Tyler Croy committed Oct 23, 2011
1 parent 3a9d0b6 commit 2909ab5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This will clone any/all submodules to pull in some of the other dependencies

### Testing a manifest/class

% puppet apply --noop modules/jenkins/tests/jenkins.pp # for example
% puppet apply --noop modules/jenkins/tests/init.pp # for example

### Testing the node definition

Expand Down
6 changes: 5 additions & 1 deletion modules/jenkins/tests/init.pp
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
include jenkins

class {
"jenkins" :
require => Class["jboss::java"],
}
7 changes: 0 additions & 7 deletions modules/jenkins/tests/jenkins.pp

This file was deleted.

0 comments on commit 2909ab5

Please sign in to comment.