puppet-retrospec 0.7.3 → 0.8.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +17 -0
- data/Gemfile +4 -4
- data/README.md +63 -81
- data/VERSION +1 -1
- data/bin/retrospec +8 -4
- data/lib/retrospec.rb +40 -9
- data/lib/retrospec/helpers.rb +36 -2
- data/lib/retrospec/puppet_module.rb +3 -1
- data/lib/retrospec/templates/clone-hook +39 -0
- data/lib/retrospec/version.rb +1 -1
- data/puppet-retrospec.gemspec +3 -44
- data/spec/unit/puppet-retrospec_spec.rb +4 -65
- metadata +3 -100
- data/lib/retrospec/templates/acceptance_spec_test.erb +0 -24
- data/lib/retrospec/templates/module_files/.fixtures.yml +0 -8
- data/lib/retrospec/templates/module_files/.gitignore.erb +0 -8
- data/lib/retrospec/templates/module_files/.travis.yml +0 -14
- data/lib/retrospec/templates/module_files/Gemfile +0 -27
- data/lib/retrospec/templates/module_files/README.markdown +0 -75
- data/lib/retrospec/templates/module_files/Rakefile +0 -72
- data/lib/retrospec/templates/module_files/Vagrantfile +0 -95
- data/lib/retrospec/templates/module_files/spec/acceptance/nodesets/centos-59-x64.yml +0 -10
- data/lib/retrospec/templates/module_files/spec/acceptance/nodesets/centos-64-x64-pe.yml +0 -12
- data/lib/retrospec/templates/module_files/spec/acceptance/nodesets/centos-64-x64.yml +0 -11
- data/lib/retrospec/templates/module_files/spec/acceptance/nodesets/centos-66-x64.yml +0 -11
- data/lib/retrospec/templates/module_files/spec/acceptance/nodesets/debian-607-x64.yml +0 -11
- data/lib/retrospec/templates/module_files/spec/acceptance/nodesets/debian-70rc1-x64.yml +0 -11
- data/lib/retrospec/templates/module_files/spec/acceptance/nodesets/debian-73-i386.yml +0 -11
- data/lib/retrospec/templates/module_files/spec/acceptance/nodesets/debian-73-x64.yml +0 -11
- data/lib/retrospec/templates/module_files/spec/acceptance/nodesets/default.yml +0 -11
- data/lib/retrospec/templates/module_files/spec/acceptance/nodesets/fedora-18-x64.yml +0 -11
- data/lib/retrospec/templates/module_files/spec/acceptance/nodesets/sles-11sp1-x64.yml +0 -11
- data/lib/retrospec/templates/module_files/spec/acceptance/nodesets/ubuntu-server-10044-x64.yml +0 -10
- data/lib/retrospec/templates/module_files/spec/acceptance/nodesets/ubuntu-server-12042-x64.yml +0 -10
- data/lib/retrospec/templates/module_files/spec/acceptance/nodesets/ubuntu-server-1310-x64.yml +0 -11
- data/lib/retrospec/templates/module_files/spec/acceptance/nodesets/ubuntu-server-1404-x64.yml +0 -11
- data/lib/retrospec/templates/module_files/spec/shared_contexts.rb +0 -45
- data/lib/retrospec/templates/module_files/spec/spec_helper.rb +0 -11
- data/lib/retrospec/templates/module_files/spec/spec_helper_acceptance.rb +0 -33
- data/lib/retrospec/templates/resource_spec_file.erb +0 -45
- data/vendor/gems/puppet-3.7.3/COMMITTERS.md +0 -244
- data/vendor/gems/puppet-3.7.3/CONTRIBUTING.md +0 -91
- data/vendor/gems/puppet-3.7.3/README.md +0 -76
@@ -1,76 +0,0 @@
|
|
1
|
-
Puppet
|
2
|
-
======
|
3
|
-
|
4
|
-
[![Build Status](https://travis-ci.org/puppetlabs/puppet.png?branch=master)](https://travis-ci.org/puppetlabs/puppet)
|
5
|
-
[![Inline docs](http://inch-ci.org/github/puppetlabs/puppet.png)](http://inch-ci.org/github/puppetlabs/puppet)
|
6
|
-
|
7
|
-
Puppet, an automated administrative engine for your Linux, Unix, and Windows systems, performs
|
8
|
-
administrative tasks (such as adding users, installing packages, and updating server
|
9
|
-
configurations) based on a centralized specification.
|
10
|
-
|
11
|
-
Documentation
|
12
|
-
-------------
|
13
|
-
|
14
|
-
Documentation for Puppet and related projects can be found online at the
|
15
|
-
[Puppet Docs site](http://docs.puppetlabs.com).
|
16
|
-
|
17
|
-
HTTP API
|
18
|
-
--------
|
19
|
-
[HTTP API Index](api/docs/http_api_index.md)
|
20
|
-
|
21
|
-
Installation
|
22
|
-
------------
|
23
|
-
|
24
|
-
The best way to run Puppet is with [Puppet Enterprise](http://puppetlabs.com/puppet/puppet-enterprise),
|
25
|
-
which also includes orchestration features, a web console, and professional support.
|
26
|
-
[The PE documentation is available here.](http://docs.puppetlabs.com/pe/latest)
|
27
|
-
|
28
|
-
To install an open source release of Puppet,
|
29
|
-
[see the installation guide on the docs site.](http://docs.puppetlabs.com/guides/installation.html)
|
30
|
-
|
31
|
-
If you need to run Puppet from source as a tester or developer,
|
32
|
-
[see the running from source guide on the docs site.](http://docs.puppetlabs.com/guides/from_source.html)
|
33
|
-
|
34
|
-
Developing and Contributing
|
35
|
-
------
|
36
|
-
|
37
|
-
We'd love to get contributions from you! For a quick guide to getting your
|
38
|
-
system setup for developing take a look at our [Quickstart
|
39
|
-
Guide](docs/quickstart.md). Once you are up and running, take a look at the
|
40
|
-
[Contribution Documents](CONTRIBUTING.md) to see how to get your changes merged
|
41
|
-
in.
|
42
|
-
|
43
|
-
For more complete docs on developing with puppet you can take a look at the
|
44
|
-
rest of the [developer documents](docs/index.md).
|
45
|
-
|
46
|
-
License
|
47
|
-
-------
|
48
|
-
|
49
|
-
See [LICENSE](LICENSE) file.
|
50
|
-
|
51
|
-
Support
|
52
|
-
-------
|
53
|
-
|
54
|
-
Please log tickets and issues at our [JIRA tracker](http://tickets.puppetlabs.com). A [mailing
|
55
|
-
list](https://groups.google.com/forum/?fromgroups#!forum/puppet-users) is
|
56
|
-
available for asking questions and getting help from others. In addition there
|
57
|
-
is an active #puppet channel on Freenode.
|
58
|
-
|
59
|
-
We use semantic version numbers for our releases, and recommend that users stay
|
60
|
-
as up-to-date as possible by upgrading to patch releases and minor releases as
|
61
|
-
they become available.
|
62
|
-
|
63
|
-
Bugfixes and ongoing development will occur in minor releases for the current
|
64
|
-
major version. Security fixes will be backported to a previous major version on
|
65
|
-
a best-effort basis, until the previous major version is no longer maintained.
|
66
|
-
|
67
|
-
|
68
|
-
For example: If a security vulnerability is discovered in Puppet 4.1.1, we
|
69
|
-
would fix it in the 4 series, most likely as 4.1.2. Maintainers would then make
|
70
|
-
a best effort to backport that fix onto the latest Puppet 3 release.
|
71
|
-
|
72
|
-
Long-term support, including security patches and bug fixes, is available for
|
73
|
-
commercial customers. Please see the following page for more details:
|
74
|
-
|
75
|
-
[Puppet Enterprise Support Lifecycle](http://puppetlabs.com/misc/puppet-enterprise-lifecycle)
|
76
|
-
|