Mirror of Apache Infrastructure Puppet
Go to file
R. Tyler Croy 504983705a Add the machinery necessary to run rspec-puppet tests against these modules
This is largely cribbed from jenkins-infra RSpec tooling which can be found in
    <https://github.com/jenkins-infra/jenkins-infra/spec>

For more information about how to use rspec-puppet see: <http://rspec-puppet.com/>
2014-12-31 13:55:11 -08:00
bin Fix syntax_check script so it doesn't try and read git submodules 2014-09-24 16:41:03 -04:00
data change gid to nogroup for ubuntu 2014-12-31 18:14:10 +00:00
environments Add build_slaves module for Jenkins slaves 2014-12-02 15:44:32 -08:00
manifests - Drop use of module_data for now as it seems support for this was wrenched in <3.4.2 2014-07-11 09:00:29 +00:00
modules Redoing pam.d files for CentOS - LDAP not enabled there currently because ow, but will get it eventually 2014-12-30 17:26:43 -08:00
spec Add the machinery necessary to run rspec-puppet tests against these modules 2014-12-31 13:55:11 -08:00
.gitignore Add the machinery necessary to run rspec-puppet tests against these modules 2014-12-31 13:55:11 -08:00
.rspec Add the machinery necessary to run rspec-puppet tests against these modules 2014-12-31 13:55:11 -08:00
Gemfile Add the machinery necessary to run rspec-puppet tests against these modules 2014-12-31 13:55:11 -08:00
LICENSE Initial commit 2014-07-02 15:23:18 +01:00
Puppetfile Use newer puppet-ssh with AuthorizedKeysCommandRunAs support 2014-12-30 15:31:44 -08:00
README.md trivial whitespace commit - testing hipchat. 2014-11-29 10:38:00 +01:00
auth.conf Final import from SVN. 2014-07-08 12:05:17 +01:00
hiera.yaml Adding custom fact to deploy OMSA module 2014-12-17 11:13:27 -08:00
puppet.conf enable the use of environments 2014-09-22 20:08:19 +00:00
puppetdb.conf Add pupetdb and routes.yaml 2014-07-08 12:23:35 +01:00
routes.yaml Merge branch 'master' of https://github.com/apache/infra-puppet 2014-07-08 11:39:02 +00:00

README.md

infra-puppet

Apache Infrastructure Team - Puppet

Getting Started

Install all of the dependencies

gem install bundler
bundle install

You can use the bin/pull script to clone all of the 3rd party modules and sync the repo.