forked from redhat-openstack/openstack-puppet-modules
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
05b6a27 Merge pull request redhat-openstack#242 from psoloway/readme-overhaul ad419f0 Update the README Table of Contents 7443778 Merge pull request redhat-openstack#241 from psoloway/readme-overhaul 5b9e8a5 General stye & content overhaul 955ef51 Merge pull request redhat-openstack#240 from cmurphy/rspec 81913cb Pin rspec gems e57ad70 Merge pull request redhat-openstack#236 from hunner/fix_233 e33e0ee These tests are better covered by the existing unit tests. 6e56c07 Merge pull request redhat-openstack#232 from jamesdobson/bug/master/invalid_logfile_parameter 3de8b3b Merge pull request redhat-openstack#234 from bastelfreak/update-readme 2be7648 extend Readme for a simple client 9f2dd0d Merge pull request redhat-openstack#233 from juniorsysadmin/package-manage-parameter 5d821a8 (MODULES-1479) Add package_manage parameter 3a4342e Fixing logfile parameter. 15bd628 Merge pull request redhat-openstack#229 from cmurphy/master 879782e Add IntelliJ files to the ignore list d9cd2a0 Merge pull request redhat-openstack#227 from laurenrother/summary d593de1 Merge pull request redhat-openstack#228 from cmurphy/master 68e5db9 Add json gem ad96090 Update .travis.yml, Gemfile, Rakefile, and CONTRIBUTING.md 5d23441 dd metadata summary per FM-1523 00b34f3 Merge pull request redhat-openstack#226 from mhaskel/MODULES-207 7cd29cc There are no setup-requirements for puppetlabs-ntp 1e98668 Merge pull request redhat-openstack#225 from mhaskel/test 948d053 Merge remote-tracking branch 'upstream/3.3.x' into test 1f519f7 Merge pull request redhat-openstack#224 from cyberious/3.3.x f31b195 add support for solaris given the ssl cert issue d0fe294 Merge pull request redhat-openstack#223 from mhaskel/spec_helper_fix 0718d95 stdlib installation wasn't working bb52d23 Merge pull request redhat-openstack#222 from mhaskel/limitations fa30e14 Limitations was out of date. cc1c866 Merge pull request redhat-openstack#221 from mhaskel/moar_sles12 9753f95 Updated testing and support for sles12 4fd5093 Merge pull request redhat-openstack#220 from cyberious/Sles12 252d5b3 Updated testing and support for sles12 7a20fb6 Merge pull request redhat-openstack#219 from mhaskel/3.3.0-prep 00e30e0 Merge pull request redhat-openstack#218 from mhaskel/test ca7be1d 3.3.0 prep 5a63a51 Merge remote-tracking branch 'upstream/3.2.x' into test 177aebf Merge pull request redhat-openstack#217 from cyberious/Sles12 be63c07 Fix spec tests and update to use stdlib 3.2.x branch for spec acceptance testing 8491dd6 Add SLES12 support as it has changed to Systemd a607bd4 Merge pull request redhat-openstack#216 from mhaskel/test e5cd001 Merge pull request redhat-openstack#215 from mhaskel/3.2.1-prep d55e372 Missed some EL7 platforms dcbefaa Merge pull request redhat-openstack#214 from mhaskel/3.2.1-prep 9596d3c 3.2.1 prep Signed-off-by: Gael Chamoulaud <[email protected]>
- Loading branch information
Showing
19 changed files
with
265 additions
and
152 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,5 @@ spec/fixtures/ | |
.vagrant/ | ||
.bundle/ | ||
coverage/ | ||
.idea/ | ||
*.iml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,11 +41,9 @@ Checklist (and a short version for the impatient) | |
|
||
* Pre-requisites: | ||
|
||
- Sign the [Contributor License Agreement](https://cla.puppetlabs.com/) | ||
|
||
- Make sure you have a [GitHub account](https://github.com/join) | ||
|
||
- [Create a ticket](http://projects.puppetlabs.com/projects/modules/issues/new), or [watch the ticket](http://projects.puppetlabs.com/projects/modules/issues) you are patching for. | ||
- [Create a ticket](https://tickets.puppetlabs.com/secure/CreateIssue!default.jspa), or [watch the ticket](https://tickets.puppetlabs.com/browse/) you are patching for. | ||
|
||
* Preferred method: | ||
|
||
|
@@ -94,17 +92,7 @@ The long version | |
whitespace or other "whitespace errors". You can do this by | ||
running "git diff --check" on your changes before you commit. | ||
|
||
2. Sign the Contributor License Agreement | ||
|
||
Before we can accept your changes, we do need a signed Puppet | ||
Labs Contributor License Agreement (CLA). | ||
|
||
You can access the CLA via the [Contributor License Agreement link](https://cla.puppetlabs.com/) | ||
|
||
If you have any questions about the CLA, please feel free to | ||
contact Puppet Labs via email at [email protected]. | ||
|
||
3. Sending your patches | ||
2. Sending your patches | ||
|
||
To submit your changes via a GitHub pull request, we _highly_ | ||
recommend that you have them on a topic branch, instead of | ||
|
@@ -124,7 +112,7 @@ The long version | |
in order to open a pull request. | ||
|
||
|
||
4. Update the related GitHub issue. | ||
3. Update the related GitHub issue. | ||
|
||
If there is a GitHub issue associated with the change you | ||
submitted, then you should update the ticket to include the | ||
|
@@ -220,14 +208,12 @@ review. | |
Additional Resources | ||
==================== | ||
|
||
* [Getting additional help](http://projects.puppetlabs.com/projects/puppet/wiki/Getting_Help) | ||
* [Getting additional help](http://puppetlabs.com/community/get-help) | ||
|
||
* [Writing tests](http://projects.puppetlabs.com/projects/puppet/wiki/Development_Writing_Tests) | ||
|
||
* [Patchwork](https://patchwork.puppetlabs.com) | ||
|
||
* [Contributor License Agreement](https://projects.puppetlabs.com/contributor_licenses/sign) | ||
|
||
* [General GitHub documentation](http://help.github.com/) | ||
|
||
* [GitHub pull request documentation](http://help.github.com/send-pull-requests/) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.