https://github.com/mudge/managing_web_application_servers_with_puppet
My presentation about Puppet for LRUG August 2011.
https://github.com/mudge/managing_web_application_servers_with_puppet
Last synced: 11 months ago
JSON representation
My presentation about Puppet for LRUG August 2011.
- Host: GitHub
- URL: https://github.com/mudge/managing_web_application_servers_with_puppet
- Owner: mudge
- Created: 2011-07-19T20:20:48.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-08-08T13:01:48.000Z (almost 15 years ago)
- Last Synced: 2025-07-19T06:52:29.725Z (12 months ago)
- Language: Shell
- Homepage: http://mudge.github.com/managing_web_application_servers_with_puppet/
- Size: 1.57 MB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
These are the slides and sample code for [my August 2011 LRUG presentation](http://lrug.org/meetings/2011/07/18/august-2011-meeting/) titled "Managing Web Application Servers with Puppet".
## Sample Code
In `example/`, you will find a `Gemfile` and `Vagrantfile` to get you up and running with Vagrant and the Puppet manifest used in the presentation.
$ gem install bundler
$ cd example
$ bundle install
$ bundle exec vagrant up
## Products and Companies Mentioned
Vagrant and its logo are copyright 2009-2011 Mitchell Hashimoto and John Bender. Taken from [vagrantup.com](http://vagrantup.com/).
Chef and its logo are copyright 2008-2011 Opscode, Inc. Taken from [opscode.com/chef](http://www.opscode.com/chef/).
Puppet Labs and its logo are copyright 2011 Puppet Labs. Taken from the [Puppet Labs Media Kit](http://www.puppetlabs.com/company/news/media-kit/).