Skip to content

Commit

Permalink
Add jenkins module and node type
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecanz committed Mar 2, 2012
1 parent c3463f7 commit 70165e3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions manifests/nodes.pp
Expand Up @@ -49,6 +49,10 @@
include yum::master
}

if $ec2_security_groups =~ /build-master/ {
include jenkins
}

if $ec2_security_groups =~ /admin/ {
include build
}
Expand Down
5 changes: 5 additions & 0 deletions modules/jenkins/manifests/init.pp
@@ -0,0 +1,5 @@
class jenkins {
package { "jenkins":
ensure => installed,
}
}

0 comments on commit 70165e3

Please sign in to comment.