Updated README

This commit is contained in:
Monty Taylor 2011-07-14 14:05:07 -04:00
parent f384b93139
commit 46114a7080
1 changed files with 5 additions and 2 deletions

View File

@ -15,10 +15,13 @@ slave.pp is intended to be for jenkins slaves and adds all members of
server.pp is intended as the base for other servers and adds members of
~openstack-admins
Puppet needs to be installed via gems, because we use the pip package
provider for one of the packages and that is only in 2.7.
For instance:
puppet apply --modulepath=`pwd`/modules manifests/slave.pp
/var/lib/gems/1.8/bin/puppet apply --modulepath=`pwd`/modules manifests/slave.pp
or
puppet apply --modulepath=`pwd`/modules manifests/server.pp
/var/lib/gems/1.8/bin/puppet apply --modulepath=`pwd`/modules manifests/server.pp