Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Concat using puppetlabs instead of ripienaar repo #74

Merged
merged 1 commit into from
Jul 14, 2014
Merged

Concat using puppetlabs instead of ripienaar repo #74

merged 1 commit into from
Jul 14, 2014

Conversation

gildub
Copy link
Member

@gildub gildub commented Jul 1, 2014

puppetlabs/puppet-concat is now the reference
ripienaar is an alias
commit version is unchanged

puppetlabs/puppet-concat is now the reference
ripienaar is an alias
commit version is unchanged
paramite added a commit that referenced this pull request Jul 14, 2014
Concat using puppetlabs instead of ripienaar repo
@paramite paramite merged commit d070d06 into redhat-openstack:master Jul 14, 2014
xbezdick added a commit to xbezdick/openstack-puppet-modules that referenced this pull request Dec 2, 2014
19ddca4 Merge pull request redhat-openstack#134 from johnsyweb/less-restrictive-setting-names
792d35c Merge pull request redhat-openstack#135 from johnsyweb/The-Puppet-Labs-Issue-Tracker-has-Moved
d2d9ed9 Merge pull request redhat-openstack#136 from mhaskel/merge_1.2.x
927d879 The Puppet Labs Issue Tracker has Moved
3e46c13 Fix Ruby 1.9.3 build
efeb174 Add spec for redhat-openstack#123
c6dcad2 Simplify COMMENTED_SETTING_REGEX to match SETTING_REGEX
e65be6f Simplify SECTION_REGEX
d98e9bc Add failing spec for KDE Configuration with braces in setting names
91c1708 Merge pull request redhat-openstack#133 from mhaskel/1.2.0-prep
5bc9ebc 1.2.0 prep
3f4ad49 Merge pull request redhat-openstack#126 from huan/master
12a4271 Merge pull request redhat-openstack#132 from mhaskel/test
8db122c Merge pull request redhat-openstack#124 from cmurphy/master
d5164a9 Merge pull request redhat-openstack#130 from jbondpdx/update-readme
4e3f602 DOC-1100: old inifile causes agent run failure in PE 3.3
db28fa2 Merge pull request redhat-openstack#128 from mhaskel/1.1.4-prep
3d3a2cf 1.1.4-prep
58883cd Merge pull request redhat-openstack#127 from mhaskel/1.1.x-merged-into-master
8621dfe Merge remote-tracking branch 'upstream/1.1.x' into test
f343c41 modify test to compare to a hash which better tests the state of each setting also update @@COMMENTED_SETTING_REGEX to be roughly equal to "(\s*)[#;]+" + @@SETTING_REGEX
681f5c0 fix issue where single characters settings were not being saved.
8aeddc8 Merge pull request redhat-openstack#125 from mhaskel/spec_updates
7f54eb1 Update spec_helper for consistency.
90f88ec Merge pull request redhat-openstack#122 from jbondpdx/new-readme
c916aca Synchronize with modulesync
4c94689 Docs: fixed code formatting
9f9e1d4 Docs: New inifile readme
41e2ddb Merge pull request redhat-openstack#121 from apenney/113-release
62434bb Prepare a 1.1.3 release.
0e8abb9 Merge pull request redhat-openstack#120 from mhaskel/1.1.2-prep
33147cb 1.1.2-prep.
d6335f5 Merge pull request redhat-openstack#119 from hunner/release_1.1.1
f08a394 Release 1.1.1
09b574e Merge pull request redhat-openstack#115 from johnsyweb/handle-quotation-marks-in-section-names
07c4827 Merge remote-tracking branch 'puppetlabs/master' into temp
b3fed85 Spec for MODULES-1194
069aa56 Merge remote-tracking branch 'origin/master' into handle-quotation-marks-in-section-names
586207b Merge pull request redhat-openstack#118 from cmurphy/master
6b21db8 Add validate and lint tasks to travis script
7a5f54d Merge pull request redhat-openstack#117 from cmurphy/master
d7f0353 Update Gemfile for .travis.yml defaults
bd99244 Test allowing $ signs in section names
3a4bfb9 Synchronize .travis.yml
2a77caf Update .sync.yml to support new .travis.yml configs
281d2f9 Merge pull request redhat-openstack#114 from cmurphy/master
cabc678 Merge branch 'deprecation-warnings' into handle-quotation-marks-in-section-names
49960e1 Handle quotation marks in section names
41fc8bf Failing spec to describe my problem
961447d `be_true` and `be_false` are deprecated
2696725 Sync files
e346825 Add configuration file for modulesync
65d50f5 Merge pull request redhat-openstack#112 from mhaskel/no_modulefile
8f501f5 Remove the Modulefile, use metadata.json.
5e73e73 Merge pull request redhat-openstack#111 from cyberious/1.1.x
acc9f43 Add windows support and testing nodesets
29ffe09 Merge pull request redhat-openstack#109 from mhaskel/osx-test-fixes
842915d OSX doesn't support the -e flag to echo.
1170a53 Merge pull request redhat-openstack#107 from mhaskel/beaker-rspec-pinning
be5fd63 Require beaker-rspec >= 2.2
37cb6d4 Merge pull request redhat-openstack#106 from apenney/pin-rspec
8ca578c Pin rspec to 2.x.
e21dc0c Merge pull request redhat-openstack#104 from hunner/release_1.1.0
521b287 Release 1.1.0
0b9f9e2 Merge pull request redhat-openstack#101 from hunner/remove_stderr
6fb89f5 Remove stderr checks because of deprecations
6477d20 Merge pull request redhat-openstack#100 from mhaskel/1.1.0-prep
783fa4d Update PE version requirement.
027b7bc Prepare a 1.1.x release.
b366981 Merge pull request redhat-openstack#99 from apenney/typo-fix
a5b34ea Quick typo fix.
d4a2b22 Merge pull request redhat-openstack#95 from mruzicka/feature/master/quote-char-parameter-for-subsetting
6656f02 Merge pull request redhat-openstack#97 from apenney/add-platforms
61203df Add RHEL7 and Ubuntu 14.04 support.
85f00fe Merge pull request redhat-openstack#96 from apenney/10xmerge
e24dd91 Merge branch '1.0.x' into 10xmerge
77854d5 Tests for the quote_char parameter.
560bbc6 Add quote_char parameter to the ini_subsetting resource type
790aa9c Merge pull request redhat-openstack#94 from igalic/igorance
77429f6 be more igorant
8ca8e12 Merge pull request redhat-openstack#90 from apenney/last-minute-metadata-fix
0a92f32 Add missing fields back to work around Puppet bug.
2376e7c Merge pull request redhat-openstack#89 from apenney/102-supported
4021745 Prepare supported module 1.0.3.
0c27288 Merge pull request redhat-openstack#88 from apenney/metadata
6c63184 Add AIX and remove fields copied from Modulefile.
6b0a200 Merge pull request redhat-openstack#87 from laurenrother/1.0.x
f791521 Adds "Release Notes/Known Bugs" to Changelog, updates file format to markdown, standardizes the format of previous entries
1edd2d5 Merge pull request redhat-openstack#86 from apenney/fix-tmpdir
2aceaef Convert to using .tmpdir instead of a hardcoded /tmp, so this works on Windows too.
ca7e441 Merge pull request redhat-openstack#84 from hunner/grep_sol
eda726f It is actually all solaris
f271580 Merge pull request redhat-openstack#83 from hunner/grep_sol10
7de1e3d Correct syntax
698e632 Merge pull request redhat-openstack#82 from hunner/grep_sol10
49433d0 Avoid multi-line grep on Solaris 10
5ec46f6 Merge pull request redhat-openstack#81 from hunner/release_1.0.2
3757c71 Release 1.0.2
d17dcfb Merge pull request redhat-openstack#80 from hunner/fix_aix
17a59b2 AIX exits with 2 on file doesn't exist.
5e841a9 Merge branch 'missing_comma' into 1.0.x
6999ab0 Fix missing comma in metadata.json
08346e9 Merge pull request redhat-openstack#77 from hunner/add_metadata
5c2cb37 Add supported OS/PE/Puppet
b77ef8d Merge pull request redhat-openstack#78 from hunner/remove_autopublish
f5e607a Remove travis autopublish stuff
c1bc9d0 Merge pull request redhat-openstack#75 from justinstoller/maint/1.0.x/dont_use_hardcoded_modpath
25e7c28 Remove basic spec
48a4e08 Merge pull request redhat-openstack#74 from hunner/release_1.0.1
5b6de57 Release 1.0.1
a0c3b82 Merge pull request redhat-openstack#73 from hunner/dynamic_gemsource
ab21bd3 Allow custom gemsource
467c4c5 Merge pull request redhat-openstack#66 from hunner/update_specs
eda78ab (FM-161) Add beaker tests for parameter coverage
664051c Merge pull request redhat-openstack#70 from ghoneycutt/fix_travis_link_in_readme
4e1bc1e Fix link to travis in README
38f260c Merge pull request redhat-openstack#68 from ghoneycutt/test_puppet_v3_4
17cba2f Merge pull request redhat-openstack#67 from ghoneycutt/enable_travis_fast_finish
4c1d651 Test against Puppet v3.4
9e6b0c4 Enable fast finish in Travis
a0b63eb Merge pull request redhat-openstack#65 from shrug/master
76ad4c4 Fix the regex t fix a bad match
6870dfe Add tests to cover settings with square brackets and quotes in the name
e779d12 Update settings regexes to support settings with "[", "]" in them
ae23a4d Merge pull request redhat-openstack#58 from jnewland/spaces-in-sections
c058ee5 support spaces in sections
2b45293 Merge pull request redhat-openstack#59 from antroy/master
10f270f Merge pull request redhat-openstack#63 from JHaals/master
ff98e78 make ensure => present the first attribute
d75ce1c Merge pull request redhat-openstack#61 from apenney/metadata
cd9bb11 Add empty dependencies section.
85cfc93 FM-103: Add metadata.json to all modules.
0a1dea4 Merge pull request redhat-openstack#60 from apenney/metadata
86c57aa Adding whitespace capability to section header regex
xbezdick added a commit to xbezdick/openstack-puppet-modules that referenced this pull request Dec 2, 2014
19ddca4 Merge pull request redhat-openstack#134 from johnsyweb/less-restrictive-setting-names
792d35c Merge pull request redhat-openstack#135 from johnsyweb/The-Puppet-Labs-Issue-Tracker-has-Moved
d2d9ed9 Merge pull request redhat-openstack#136 from mhaskel/merge_1.2.x
927d879 The Puppet Labs Issue Tracker has Moved
3e46c13 Fix Ruby 1.9.3 build
efeb174 Add spec for redhat-openstack#123
c6dcad2 Simplify COMMENTED_SETTING_REGEX to match SETTING_REGEX
e65be6f Simplify SECTION_REGEX
d98e9bc Add failing spec for KDE Configuration with braces in setting names
91c1708 Merge pull request redhat-openstack#133 from mhaskel/1.2.0-prep
5bc9ebc 1.2.0 prep
3f4ad49 Merge pull request redhat-openstack#126 from huan/master
12a4271 Merge pull request redhat-openstack#132 from mhaskel/test
8db122c Merge pull request redhat-openstack#124 from cmurphy/master
d5164a9 Merge pull request redhat-openstack#130 from jbondpdx/update-readme
4e3f602 DOC-1100: old inifile causes agent run failure in PE 3.3
db28fa2 Merge pull request redhat-openstack#128 from mhaskel/1.1.4-prep
3d3a2cf 1.1.4-prep
58883cd Merge pull request redhat-openstack#127 from mhaskel/1.1.x-merged-into-master
8621dfe Merge remote-tracking branch 'upstream/1.1.x' into test
f343c41 modify test to compare to a hash which better tests the state of each setting also update @@COMMENTED_SETTING_REGEX to be roughly equal to "(\s*)[#;]+" + @@SETTING_REGEX
681f5c0 fix issue where single characters settings were not being saved.
8aeddc8 Merge pull request redhat-openstack#125 from mhaskel/spec_updates
7f54eb1 Update spec_helper for consistency.
90f88ec Merge pull request redhat-openstack#122 from jbondpdx/new-readme
c916aca Synchronize with modulesync
4c94689 Docs: fixed code formatting
9f9e1d4 Docs: New inifile readme
41e2ddb Merge pull request redhat-openstack#121 from apenney/113-release
62434bb Prepare a 1.1.3 release.
0e8abb9 Merge pull request redhat-openstack#120 from mhaskel/1.1.2-prep
33147cb 1.1.2-prep.
d6335f5 Merge pull request redhat-openstack#119 from hunner/release_1.1.1
f08a394 Release 1.1.1
09b574e Merge pull request redhat-openstack#115 from johnsyweb/handle-quotation-marks-in-section-names
07c4827 Merge remote-tracking branch 'puppetlabs/master' into temp
b3fed85 Spec for MODULES-1194
069aa56 Merge remote-tracking branch 'origin/master' into handle-quotation-marks-in-section-names
586207b Merge pull request redhat-openstack#118 from cmurphy/master
6b21db8 Add validate and lint tasks to travis script
7a5f54d Merge pull request redhat-openstack#117 from cmurphy/master
d7f0353 Update Gemfile for .travis.yml defaults
bd99244 Test allowing $ signs in section names
3a4bfb9 Synchronize .travis.yml
2a77caf Update .sync.yml to support new .travis.yml configs
281d2f9 Merge pull request redhat-openstack#114 from cmurphy/master
cabc678 Merge branch 'deprecation-warnings' into handle-quotation-marks-in-section-names
49960e1 Handle quotation marks in section names
41fc8bf Failing spec to describe my problem
961447d `be_true` and `be_false` are deprecated
2696725 Sync files
e346825 Add configuration file for modulesync
65d50f5 Merge pull request redhat-openstack#112 from mhaskel/no_modulefile
8f501f5 Remove the Modulefile, use metadata.json.
5e73e73 Merge pull request redhat-openstack#111 from cyberious/1.1.x
acc9f43 Add windows support and testing nodesets
29ffe09 Merge pull request redhat-openstack#109 from mhaskel/osx-test-fixes
842915d OSX doesn't support the -e flag to echo.
1170a53 Merge pull request redhat-openstack#107 from mhaskel/beaker-rspec-pinning
be5fd63 Require beaker-rspec >= 2.2
37cb6d4 Merge pull request redhat-openstack#106 from apenney/pin-rspec
8ca578c Pin rspec to 2.x.
e21dc0c Merge pull request redhat-openstack#104 from hunner/release_1.1.0
521b287 Release 1.1.0
0b9f9e2 Merge pull request redhat-openstack#101 from hunner/remove_stderr
6fb89f5 Remove stderr checks because of deprecations
6477d20 Merge pull request redhat-openstack#100 from mhaskel/1.1.0-prep
783fa4d Update PE version requirement.
027b7bc Prepare a 1.1.x release.
b366981 Merge pull request redhat-openstack#99 from apenney/typo-fix
a5b34ea Quick typo fix.
d4a2b22 Merge pull request redhat-openstack#95 from mruzicka/feature/master/quote-char-parameter-for-subsetting
6656f02 Merge pull request redhat-openstack#97 from apenney/add-platforms
61203df Add RHEL7 and Ubuntu 14.04 support.
85f00fe Merge pull request redhat-openstack#96 from apenney/10xmerge
e24dd91 Merge branch '1.0.x' into 10xmerge
77854d5 Tests for the quote_char parameter.
560bbc6 Add quote_char parameter to the ini_subsetting resource type
790aa9c Merge pull request redhat-openstack#94 from igalic/igorance
77429f6 be more igorant
8ca8e12 Merge pull request redhat-openstack#90 from apenney/last-minute-metadata-fix
0a92f32 Add missing fields back to work around Puppet bug.
2376e7c Merge pull request redhat-openstack#89 from apenney/102-supported
4021745 Prepare supported module 1.0.3.
0c27288 Merge pull request redhat-openstack#88 from apenney/metadata
6c63184 Add AIX and remove fields copied from Modulefile.
6b0a200 Merge pull request redhat-openstack#87 from laurenrother/1.0.x
f791521 Adds "Release Notes/Known Bugs" to Changelog, updates file format to markdown, standardizes the format of previous entries
1edd2d5 Merge pull request redhat-openstack#86 from apenney/fix-tmpdir
2aceaef Convert to using .tmpdir instead of a hardcoded /tmp, so this works on Windows too.
ca7e441 Merge pull request redhat-openstack#84 from hunner/grep_sol
eda726f It is actually all solaris
f271580 Merge pull request redhat-openstack#83 from hunner/grep_sol10
7de1e3d Correct syntax
698e632 Merge pull request redhat-openstack#82 from hunner/grep_sol10
49433d0 Avoid multi-line grep on Solaris 10
5ec46f6 Merge pull request redhat-openstack#81 from hunner/release_1.0.2
3757c71 Release 1.0.2
d17dcfb Merge pull request redhat-openstack#80 from hunner/fix_aix
17a59b2 AIX exits with 2 on file doesn't exist.
5e841a9 Merge branch 'missing_comma' into 1.0.x
6999ab0 Fix missing comma in metadata.json
08346e9 Merge pull request redhat-openstack#77 from hunner/add_metadata
5c2cb37 Add supported OS/PE/Puppet
b77ef8d Merge pull request redhat-openstack#78 from hunner/remove_autopublish
f5e607a Remove travis autopublish stuff
c1bc9d0 Merge pull request redhat-openstack#75 from justinstoller/maint/1.0.x/dont_use_hardcoded_modpath
25e7c28 Remove basic spec
48a4e08 Merge pull request redhat-openstack#74 from hunner/release_1.0.1
5b6de57 Release 1.0.1
a0c3b82 Merge pull request redhat-openstack#73 from hunner/dynamic_gemsource
ab21bd3 Allow custom gemsource
467c4c5 Merge pull request redhat-openstack#66 from hunner/update_specs
eda78ab (FM-161) Add beaker tests for parameter coverage
664051c Merge pull request redhat-openstack#70 from ghoneycutt/fix_travis_link_in_readme
4e1bc1e Fix link to travis in README
38f260c Merge pull request redhat-openstack#68 from ghoneycutt/test_puppet_v3_4
17cba2f Merge pull request redhat-openstack#67 from ghoneycutt/enable_travis_fast_finish
4c1d651 Test against Puppet v3.4
9e6b0c4 Enable fast finish in Travis
a0b63eb Merge pull request redhat-openstack#65 from shrug/master
76ad4c4 Fix the regex t fix a bad match
6870dfe Add tests to cover settings with square brackets and quotes in the name
e779d12 Update settings regexes to support settings with "[", "]" in them
ae23a4d Merge pull request redhat-openstack#58 from jnewland/spaces-in-sections
c058ee5 support spaces in sections
2b45293 Merge pull request redhat-openstack#59 from antroy/master
10f270f Merge pull request redhat-openstack#63 from JHaals/master
ff98e78 make ensure => present the first attribute
d75ce1c Merge pull request redhat-openstack#61 from apenney/metadata
cd9bb11 Add empty dependencies section.
85cfc93 FM-103: Add metadata.json to all modules.
0a1dea4 Merge pull request redhat-openstack#60 from apenney/metadata
86c57aa Adding whitespace capability to section header regex
xbezdick added a commit to xbezdick/openstack-puppet-modules that referenced this pull request Dec 16, 2014
6b399c2 Merge pull request redhat-openstack#137 from cmurphy/master
7e6eba5 Add json gem
113cb70 Update .travis.yml, Gemfile, Rakefile, and CONTRIBUTING.md
19ddca4 Merge pull request redhat-openstack#134 from johnsyweb/less-restrictive-setting-names
792d35c Merge pull request redhat-openstack#135 from johnsyweb/The-Puppet-Labs-Issue-Tracker-has-Moved
d2d9ed9 Merge pull request redhat-openstack#136 from mhaskel/merge_1.2.x
927d879 The Puppet Labs Issue Tracker has Moved
3e46c13 Fix Ruby 1.9.3 build
efeb174 Add spec for redhat-openstack#123
c6dcad2 Simplify COMMENTED_SETTING_REGEX to match SETTING_REGEX
e65be6f Simplify SECTION_REGEX
d98e9bc Add failing spec for KDE Configuration with braces in setting names
91c1708 Merge pull request redhat-openstack#133 from mhaskel/1.2.0-prep
5bc9ebc 1.2.0 prep
3f4ad49 Merge pull request redhat-openstack#126 from huan/master
12a4271 Merge pull request redhat-openstack#132 from mhaskel/test
8db122c Merge pull request redhat-openstack#124 from cmurphy/master
d5164a9 Merge pull request redhat-openstack#130 from jbondpdx/update-readme
4e3f602 DOC-1100: old inifile causes agent run failure in PE 3.3
db28fa2 Merge pull request redhat-openstack#128 from mhaskel/1.1.4-prep
3d3a2cf 1.1.4-prep
58883cd Merge pull request redhat-openstack#127 from mhaskel/1.1.x-merged-into-master
8621dfe Merge remote-tracking branch 'upstream/1.1.x' into test
f343c41 modify test to compare to a hash which better tests the state of each setting also update @@COMMENTED_SETTING_REGEX to be roughly equal to "(\s*)[#;]+" + @@SETTING_REGEX
681f5c0 fix issue where single characters settings were not being saved.
8aeddc8 Merge pull request redhat-openstack#125 from mhaskel/spec_updates
7f54eb1 Update spec_helper for consistency.
90f88ec Merge pull request redhat-openstack#122 from jbondpdx/new-readme
c916aca Synchronize with modulesync
4c94689 Docs: fixed code formatting
9f9e1d4 Docs: New inifile readme
41e2ddb Merge pull request redhat-openstack#121 from apenney/113-release
62434bb Prepare a 1.1.3 release.
0e8abb9 Merge pull request redhat-openstack#120 from mhaskel/1.1.2-prep
33147cb 1.1.2-prep.
d6335f5 Merge pull request redhat-openstack#119 from hunner/release_1.1.1
f08a394 Release 1.1.1
09b574e Merge pull request redhat-openstack#115 from johnsyweb/handle-quotation-marks-in-section-names
07c4827 Merge remote-tracking branch 'puppetlabs/master' into temp
b3fed85 Spec for MODULES-1194
069aa56 Merge remote-tracking branch 'origin/master' into handle-quotation-marks-in-section-names
586207b Merge pull request redhat-openstack#118 from cmurphy/master
6b21db8 Add validate and lint tasks to travis script
7a5f54d Merge pull request redhat-openstack#117 from cmurphy/master
d7f0353 Update Gemfile for .travis.yml defaults
bd99244 Test allowing $ signs in section names
3a4bfb9 Synchronize .travis.yml
2a77caf Update .sync.yml to support new .travis.yml configs
281d2f9 Merge pull request redhat-openstack#114 from cmurphy/master
cabc678 Merge branch 'deprecation-warnings' into handle-quotation-marks-in-section-names
49960e1 Handle quotation marks in section names
41fc8bf Failing spec to describe my problem
961447d `be_true` and `be_false` are deprecated
2696725 Sync files
e346825 Add configuration file for modulesync
65d50f5 Merge pull request redhat-openstack#112 from mhaskel/no_modulefile
8f501f5 Remove the Modulefile, use metadata.json.
5e73e73 Merge pull request redhat-openstack#111 from cyberious/1.1.x
acc9f43 Add windows support and testing nodesets
29ffe09 Merge pull request redhat-openstack#109 from mhaskel/osx-test-fixes
842915d OSX doesn't support the -e flag to echo.
1170a53 Merge pull request redhat-openstack#107 from mhaskel/beaker-rspec-pinning
be5fd63 Require beaker-rspec >= 2.2
37cb6d4 Merge pull request redhat-openstack#106 from apenney/pin-rspec
8ca578c Pin rspec to 2.x.
e21dc0c Merge pull request redhat-openstack#104 from hunner/release_1.1.0
521b287 Release 1.1.0
0b9f9e2 Merge pull request redhat-openstack#101 from hunner/remove_stderr
6fb89f5 Remove stderr checks because of deprecations
6477d20 Merge pull request redhat-openstack#100 from mhaskel/1.1.0-prep
783fa4d Update PE version requirement.
027b7bc Prepare a 1.1.x release.
b366981 Merge pull request redhat-openstack#99 from apenney/typo-fix
a5b34ea Quick typo fix.
d4a2b22 Merge pull request redhat-openstack#95 from mruzicka/feature/master/quote-char-parameter-for-subsetting
6656f02 Merge pull request redhat-openstack#97 from apenney/add-platforms
61203df Add RHEL7 and Ubuntu 14.04 support.
85f00fe Merge pull request redhat-openstack#96 from apenney/10xmerge
e24dd91 Merge branch '1.0.x' into 10xmerge
77854d5 Tests for the quote_char parameter.
560bbc6 Add quote_char parameter to the ini_subsetting resource type
790aa9c Merge pull request redhat-openstack#94 from igalic/igorance
77429f6 be more igorant
8ca8e12 Merge pull request redhat-openstack#90 from apenney/last-minute-metadata-fix
0a92f32 Add missing fields back to work around Puppet bug.
2376e7c Merge pull request redhat-openstack#89 from apenney/102-supported
4021745 Prepare supported module 1.0.3.
0c27288 Merge pull request redhat-openstack#88 from apenney/metadata
6c63184 Add AIX and remove fields copied from Modulefile.
6b0a200 Merge pull request redhat-openstack#87 from laurenrother/1.0.x
f791521 Adds "Release Notes/Known Bugs" to Changelog, updates file format to markdown, standardizes the format of previous entries
1edd2d5 Merge pull request redhat-openstack#86 from apenney/fix-tmpdir
2aceaef Convert to using .tmpdir instead of a hardcoded /tmp, so this works on Windows too.
ca7e441 Merge pull request redhat-openstack#84 from hunner/grep_sol
eda726f It is actually all solaris
f271580 Merge pull request redhat-openstack#83 from hunner/grep_sol10
7de1e3d Correct syntax
698e632 Merge pull request redhat-openstack#82 from hunner/grep_sol10
49433d0 Avoid multi-line grep on Solaris 10
5ec46f6 Merge pull request redhat-openstack#81 from hunner/release_1.0.2
3757c71 Release 1.0.2
d17dcfb Merge pull request redhat-openstack#80 from hunner/fix_aix
17a59b2 AIX exits with 2 on file doesn't exist.
5e841a9 Merge branch 'missing_comma' into 1.0.x
6999ab0 Fix missing comma in metadata.json
08346e9 Merge pull request redhat-openstack#77 from hunner/add_metadata
5c2cb37 Add supported OS/PE/Puppet
b77ef8d Merge pull request redhat-openstack#78 from hunner/remove_autopublish
f5e607a Remove travis autopublish stuff
c1bc9d0 Merge pull request redhat-openstack#75 from justinstoller/maint/1.0.x/dont_use_hardcoded_modpath
25e7c28 Remove basic spec
48a4e08 Merge pull request redhat-openstack#74 from hunner/release_1.0.1
5b6de57 Release 1.0.1
a0c3b82 Merge pull request redhat-openstack#73 from hunner/dynamic_gemsource
ab21bd3 Allow custom gemsource
467c4c5 Merge pull request redhat-openstack#66 from hunner/update_specs
eda78ab (FM-161) Add beaker tests for parameter coverage
664051c Merge pull request redhat-openstack#70 from ghoneycutt/fix_travis_link_in_readme
4e1bc1e Fix link to travis in README
38f260c Merge pull request redhat-openstack#68 from ghoneycutt/test_puppet_v3_4
17cba2f Merge pull request redhat-openstack#67 from ghoneycutt/enable_travis_fast_finish
4c1d651 Test against Puppet v3.4
9e6b0c4 Enable fast finish in Travis
a0b63eb Merge pull request redhat-openstack#65 from shrug/master
76ad4c4 Fix the regex t fix a bad match
6870dfe Add tests to cover settings with square brackets and quotes in the name
e779d12 Update settings regexes to support settings with "[", "]" in them
ae23a4d Merge pull request redhat-openstack#58 from jnewland/spaces-in-sections
c058ee5 support spaces in sections
2b45293 Merge pull request redhat-openstack#59 from antroy/master
10f270f Merge pull request redhat-openstack#63 from JHaals/master
ff98e78 make ensure => present the first attribute
d75ce1c Merge pull request redhat-openstack#61 from apenney/metadata
cd9bb11 Add empty dependencies section.
85cfc93 FM-103: Add metadata.json to all modules.
0a1dea4 Merge pull request redhat-openstack#60 from apenney/metadata
86c57aa Adding whitespace capability to section header regex
weshayutin pushed a commit that referenced this pull request Feb 22, 2016
Update apache to 240dff74eedaa904d0d819ceceeea3c461cc8304

240dff74eedaa904d0d819ceceeea3c461cc8304 Merge pull request #1377 from tphoney/include_apache
61774eb2c490b8d0d20f0b1f7687d9cbacbcaf0e Merge pull request #1361 from gvdb1967/fix_mod_rpaf
1fef317de1b0d0d26b3ec8af4007750e02af347f include apache, so parsing works.
0d021a78ba60a8d7a3425e7be8df0479f5399ad0 Merge pull request #1376 from hunner/pending_rack
4da066490f45b44dd5b9c05e8e21a1d25ba07519 Move rack test to pending block
c091b17f5216318afdd182805d75cc6295407748 Merge pull request #1236 from damonconway/deflatebug
1ee2475b394780c3f04e097bce452e4bbe41cb55 Merge pull request #1364 from mmoll/xenial
4d573d62445fe2675cdf6a3788c258bf1ff4d6ac Merge pull request #1375 from fgeek/fix-typo
dd3b4cf1815524b998ab3b15ccee74fc683df800 Fix syntax typo in documentation.
984e0d5655bb5eccea09c6178af53d404aa12788 Missed an end
ffbc0724181448457b2be5f0d6c9fb7609c4e6e2 Merge pull request #1371 from daenney/ssl-mutex-config
da16e92d3d8b5167c26b82b9e75e8d86ee108d5e mod/ssl: Add option to configure SSL mutex This allows the end user to explicitly define or override what the `SSLMutex` or `Mutex` configuration for Apache will be as the platform default might not always be desirable.
2c9dbc9e069a21282c55f67bbf0ae90aa0f8178f Merge pull request #1374 from hunner/disable_passenger_more
e4272b38d741d7bade2d34ebbc1ec22befa43aba Disable passenger testing on el7 due to outdated packages
816db101ce5d1b5c04623ac74d10afb1b75961f4 Merge pull request #1373 from DavidS/fm-4046-update-msync
fc9ca123e3e3c80010e8373e3f67d30b069f7a5d (FM-4046) Update to current msync configs [006831f]
939db2a7cf014af62dd9fe31f1696b2e585638c2 Merge pull request #1369 from gerhardsam/fix_doc_links
cbdd1871b9db73692f4fbe89cfcbe7f308ebc6be Fix broken internal link for virtual hosts configuration
842c437fffadb62083722b2090e26e2b438fc045 Merge pull request #1367 from hunner/disable_passenger
72cb702921953b1e372d773e0c58b8be972ba70a Disable passenger tests on redhatish 6
1f71ea50189c95899dcab0a53f62c9b99fba7a51 Merge remote-tracking branch 'upstream/1.8.x'
7f2b6b8948040265d04560aa7c54088b37e75435 Merge pull request #1331 from sathieu/fcgid-Debian
c37677622f8bc11b3ad8620f28d4cbb9bc1325ce support Ubuntu xenial (16.04)
6c0579d36644859ac4566600c87a5295c1a394a8 Fix fcgid.conf load on Debian family
d76699aa0be710f2063a9172cf32536a547888f9 Merge pull request #1362 from bmjen/prep_1.8.1
d441dd43a9cb4efb7a0804e1b5646a52d8f25614 Merge pull request #1360 from rvincentatprokarmadotcom/master
0806e59a0ddc08f444ac2f073964023dfef871d0 Release Prep for 1.8.1
c1d4e26224c450f54bf6b8b9dfe06c63ab16d7b9 Merge pull request #1358 from gguillotte/18x-readme
28e0f3e8b1d797af4b56dcc0b1397077e86f94a7 Edit and restyle the README.
5c7cb2ba4925700659defc14e248c5e48c5fef29 Merge pull request #1349 from jlambert121/php_values_strings
f1ea11bb5be89956171687b7a5b226b25d20fd3b Fix in custom fact "apache_version" for RHEL.
65f41c0cb54f3a7ff2843e7c8e4e78b6a90d7257 quote php_values when the value is a string
8ca7a6697ab907803789b2aa63e304f19e3497d3 changed rpaf Configuration Directives: RPAF -> RPAF_
07cc69bc5cd31fa32b48b8c7cb4bbaa2848aace9 Merge pull request #1348 from bmjen/modules-3018
e96a933bef3d6bdeadd78ceb2185fe6a5b3b30d5 (MODULES-3018) Fixes Apache to work correctly with Concat.
4b0cd61c7e7f06c744e17a2d4cd64a5033abbdae Removes pinning of concat dependency to <2.0.0
4d0c2b9618df239391daa9e0ad24179afa5ffb0f Merge pull request #1345 from domcleal/1.8.x-13405-passengerroot-el7
ecc290983dee972535020079587f99a0025e5237 Preserve /etc/httpd/conf.d/passenger.conf on EL7
ce48f577e38baed14d348c6a6ed71a6cd54398ea Release Prep 1.8.0
eb660a6c65270715f4b0f039b8b42bf70fad88c9 (MODULES-2756) Adding include ::apache so mkdir exec works properly

Change-Id: Icd0aad05c5b9e8e957199be02cab86d36a415080

Update ceph to 2ca15a50d35cd5910231af482bf3e63e4d44fdc9

2ca15a50d35cd5910231af482bf3e63e4d44fdc9 Fix idempotency when bootstrapping ceph::mon with cephx
998e023d8f20584220d8c4ab2eed27541cd7ef98 Bump required version of puppetlabs-apt
9b9de929f292dc6ab861ec379c4b53369ba29ef7 Merge "Split the Rados GW tests into parts"
45d9124a55eed3699b3db28e6aa8b07119a7c3a8 Drop deprecated rspec-system tests and releases
cba5340f8abb5d3abe594470c26e171df4ef4a2d Merge "Update ceph::repo to use download locations documented at ceph.com http://docs.ceph.com/docs/master/install/get-packages/"
c59467369dd2e6f54ed9a7d94176f8639941b8f5 Update ceph::repo to use download locations documented at ceph.com http://docs.ceph.com/docs/master/install/get-packages/
5c517b347abbf4a0fc77a115c72ed35666b51bb0 Split the Rados GW tests into parts

Change-Id: I5f2a1074c379808340edbfb77e87cc989946dd6f

Update elasticsearch to 36409eae08800fb2107d9ea4fef031f5348cb1ca

36409eae08800fb2107d9ea4fef031f5348cb1ca Merge pull request #583 from electrical/release/0.10.3
f76597e6a3987bf0cbfbad9fb246cde05b497801 Update files for release
e3a1f536c0b20af31428b4fbc0f23ee65bc75c8c Merge pull request #582 from electrical/missing_doc
5d8402b320fd570309791c77738027589f0c8db6 Add missing documentation

Change-Id: Ie442a42e1fc7ed38c74c7523c0b6128b4896e6e8

Update midonet to 5c7033eb9a83e8266b9ed277375cf795efa05c86

5c7033eb9a83e8266b9ed277375cf795efa05c86 README: obsolete the legacy master branch

Change-Id: Ide0f20fd94ea37b2d1ac7be4c81a6b644ebba5c9

Update mongodb to 852b097d5499c67b7ffdf481cd44d7f3fdf624c5

852b097d5499c67b7ffdf481cd44d7f3fdf624c5 Merge pull request #269 from Logicworks/bugfix/ensure-pidfile
81b42ea21313938fd58e77dccc50678684dda949 Merge pull request #267 from Poil/fix_readme_dependency_cycle
3b25754328cef1e259ada4138fdff5cc5774c2ac ensure that the pidfile exists and is writable
cd6bdadf8e4c085116ee063dd07fd81c2971b177 Merge pull request #270 from DavidS/fm-4046-update-msync
7d197f5b35389d5e0f4de1e85514ea3b926af3c2 (FM-4046) Update to current msync configs [006831f]
4ced68df319618709a0487034780f5c8c84c000d Fix when using admin params : catalog: Found 1 dependency cycle: (Anchor[::mongodb::client::start] => Class[Mongodb::Client::Install] => Package[mongodb_client] => Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Anchor[::mongodb::client::start])
7f3b272a220a916c09c52566e270c327dd4d61ba Merge pull request #264 from puppetlabs/0.12.0_release_prep
f1b9e3e8f97dc25b7a6d3276d07dc613bc9643ca 0.12.0 release prep

Change-Id: Ic1d440cb95bb92186d99117792a878889e3a80f4

Update mysql to a2044354f4705bd11de16746aed658aa2cdddaf7

a2044354f4705bd11de16746aed658aa2cdddaf7 Merge pull request #801 from holser/my_cnf
4faa3f12ee63d24a9f58f41e873d00a93d978943 Generate .my.cnf for all sections
7a92634f6976b9c1f529f10b54b1ffac1791061d Merge pull request #800 from DavidS/debian-8-support
37abc3a395cc111a3e69402c337debf463022765 Update metadata to note Debian 8 support
d79579988c0f6a4873a385fdbcbceb52e480c273 Merge pull request #799 from DavidS/fm-4046-update-msync
f99a3fa78e7e8ba08fd1c463e723ddea4f27bca1 (FM-4046) Update to current msync configs [006831f]
e6c3f53079a8ca63dcc0d1d2fff8d888f386fd4f Merge pull request #797 from mmoll/xenial
05ba436b0abbc89a0bc3fb8f3f4afb074e050c56 mark Ubuntu xenial as supported

Change-Id: I1f8ada001916267cc1c2d05f8acb1c9cf32dfbe8

Update opendaylight to c6b6b924a5c54de8718294f30d0195ad272a6d3a

c6b6b924a5c54de8718294f30d0195ad272a6d3a Update ODL to Beryllium ERP RC3.1
f87bae2826c2d5026bfccea8515a62c764513eff Update ODL to Beryllium ERP RC3
c59298f1b62b9e0bc374ea36421a7dd1eba0406f Update ODL to Beryllium ERP RC2.3
2ee15b7735dbc858f3e223cc911ea54abc976c3f Update ODL to Beryllium ERP RC2.2
22e0ff21ef35174c35f35105363d64922f92636c Remove 14.04 Beaker tests from acpt rake task
9bdc6e9d080d026c49bcb9919466e928bfe11d53 Update ODL to Beryllium ERP RC2.1
a280b469887c3c98cedd3d34992915462c8d4ada Add Fedora 23 Docker-based Beaker tests
b7b972631d2420d2c261b5aa2fefa872cc7cbbd0 Bump Puppet mod version for Forge upload
d84dbf40624757eefc7947d18c6c006c46bd7bd6 Add 3.2.2 notes to CHANGELOG
d98601308dc2b794ce9f5d0c9c6f0db73eca6bf0 Update mod version and pup version in metadata
801058c7a8cc641beff0fab9e6897b2d147a9361 Run Travis rspec tests against Puppet 4.3
32140d9ab96369d2ff3b7732c2705f930d3fd7fe Update ODL to Beryllium ERP RC2
f09785859b5a2235f2d7f701fe21f042ee58687d Update ODL to Beryllium ERP 4.0.0-1.201602020032

Change-Id: I606ca131c7324bfe44dad19a7bb14482ed2ffabb

Update pacemaker to 02d533f47753581f521ad97bbdb288674602d2fe

02d533f47753581f521ad97bbdb288674602d2fe Merge pull request #76 from sathlan/feature/add_basic_test
abadcb94be9529a4ccdc2375d2b562980bfdb7a2 Adding basic rspec tests to the module.
f29f623c0d99eff1754fbbbf3578f66c40b8d898 Merge pull request #75 from sathlan/fix/metadata_broken
b92bd0253bee6ecbd8018ae8bccaac7555427ba0 Fix metadata.
89bdd49b2e68ebedcb74bbb18b67bba8dba068e8 Merge pull request #74 from sathlan/feature/puppet-openstack-cookiecutter
cbe449241c5f8d2ae5ddfde9ca4f10304564df36 Add puppet-openstack-cookiecutter files.
a47eb66e5a8c930036bc26091fcdc5156eba900f Merge pull request #73 from JAORMX/fix_property
aa4bc300877a8fd98e6932c277e19ef8c6dbaf63 Fix invalid boolean check for properties' values

Change-Id: Ie966ad95e9a6c74bb039b67a9597c5a626cde32c

Update rabbitmq to e9d62016ca0dc0008794beddf6785d2091d36652

e9d62016ca0dc0008794beddf6785d2091d36652 Merge pull request #435 from borcean/ticket/2821-lint_module
1f3f6613738c75654431ccd77932b5bcd1aa04b2 Merge pull request #432 from kozhukalov/master
f0a769acdc00ad1938a15d89558bd3d42e512d40 Merge pull request #434 from DavidS/fm-4046-update-msync
f65613afa6b8b648675aeafe54285460cf779288 (FM-4046) Update to current msync configs [006831f]
96b8255189b50335086a3ae84b386bf9f1090cbb (#2821) Lint rabbitmq module
dac8de9d95c5771b7ef7596b73a59d4108138e3a Fix rabbitmqadmin url

Change-Id: Ib1fd409a49e1429254116c38402293fa2b07e9f3

Update sensu to 6278ba9a26bb47d39f219f6a83831e2221f5d0f8

6278ba9a26bb47d39f219f6a83831e2221f5d0f8 Merge pull request #471 from meltwater/handlers
10b68c03e6957541ff02273b846579b8c6eb76f3 Add support for using the same source for  different sensu handlers

Change-Id: I4f89c5f83429aaaf8fb4f982f38351e491ae3c6c

Update uchiwa to a460563b969716496e0180b3f4dfe56335f1a1ae

a460563b969716496e0180b3f4dfe56335f1a1ae Merge pull request #69 from FireDrunk/master
108c3b369b9a873794127b67f272ed6fd1a853b1 Issue #68 - Updated README.markdown
d10f558e570dadd15eb39f528168968ac2910582 Issue #68 - Added SSL Support

Change-Id: I1e337745e3b68ccdba7ecdc9b3e6e02c89ef1748
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants