~mathiaz/+junk/uec-ec2-puppet-config-passenger

« back to all changes in this revision

Viewing changes to manifests/puppetmaster.pp

  • Committer: Mathias Gug
  • Date: 2010-03-17 22:23:37 UTC
  • Revision ID: mathias.gug@canonical.com-20100317222337-j5s8rh1q2yo379ao
Add puppetmaster manifest and default configuration files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
node default {
 
3
     include puppet::master
 
4
}
 
5