Copyright © 2011 Lab42. Drupal theme by Kiwi Themes.
Privacy Policy
Use Puppet Modules
Browse and Download from GitHub.
Discuss and Ask on Google Groups.
Subscribe to the NewsLetter.
Sponsor Features
Sponsor Example42 development.
Get quickly the features you need.
Support Open Source modules.
Share And Enjoy
Poll
Planet Puppet
- Puppet Labs : Manage and Automate VMware Virtual Environments With Puppet Enterprise
- Puppet Labs : Drop the Spreadsheet, Use Puppet Enterprise as Your Single Source of Truth
- Puppet Labs : From Puppet User Group to PuppetConf: It’s All About the Culture
- Dean Wilson@UnixDaemon : Facter 1.7+ and External facts
- Puppet Labs : Why You Want to Start Using Puppet Enterprise With VMware Today
- The Technical Blog of James : Overriding attributes of collected exported resources
- Puppet Labs : BBQ, Bats and Longhorns: Puppet Labs in Austin
- Puppet Labs : Puppet Community Metrics: April 2013
- Puppet Labs : Build a Dev/Test Cloud Using Eucalyptus Reference Architectures
- Puppet Labs : Podcast: Make Enhancement Proposals with Puppet Armatures
Recent Comments
- Spam plague 1 week 2 hours ago
- Spammers 1 month 1 week ago
- Re: 4 months 1 week ago
- <p>I'm trying to use your 4 months 2 weeks ago
- re: How to download aind install puppet package 9 months 5 days ago
- How to download aind install puppet package 10 months 6 days ago
- re: file missing? 1 year 2 weeks ago
- file missing? 1 year 1 month ago
- Re: deploying wars 1 year 1 month ago
- Deploying wars 1 year 1 month ago
- Re: puppi and non-root 1 year 1 month ago
- puppi and non-root 1 year 1 month ago
- tomcat restart for multiple deployments 1 year 2 months ago
- tomcat restart for multiple deployments 1 year 2 months ago
- Re: stdlb42 dependence 1 year 2 months ago
- stdlib42 dependence ? 1 year 2 months ago
- Re: How to init puppi project? 1 year 2 months ago
- How to init puppi project? 1 year 2 months ago
- Puppi command not found 1 year 2 months ago
- Re: Puppi command not found 1 year 2 months ago
- re: Puppi command and server deployment 1 year 2 months ago
- Puppi command and server deployment 1 year 2 months ago
- Puppi command not found 1 year 2 months ago
- Puppi command not found 1 year 2 months ago
- Re: Awesome... 1 year 5 months ago
- ganglia installation with puppetmaster in client 1 year 5 months ago
- Awesome... 1 year 6 months ago
- autoloading 1 year 7 months ago
- class not found error 1 year 7 months ago
- arch linux support in example42 modules 1 year 9 months ago
autoloading
In order to have
include svn
autoload semaless, be sure to have the class svn, that is something like:
class svn { ... }in $MODULESPATH/svn/manifestst/init.pp
And beware, this is not a "project" but a module.