Skip to content

glarizza/puppet-datademo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Puppet Data Demo

This is the code I used in the 10/22/2011 demo for Camp Devops in Chicago. Feel free to take and use as you like. Your node declaration should look something like this:

node default {
  include tomcat, tomcat::service, tomcat::sunjdk
  tomcat::war { 'jenkins':
    filename => 'jenkins-1.419.war',
  }
  include yum
}

Also, make sure to download the correct versions of the sunjdk, tomcat, and jenkins (see code). All war files should be in modules/tomcat/files/war and your sunjdk and tomcat files should be in modules/tomcat/files

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published