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.
Update module-data to 010c9eb3496f515582a4d4868154e5fb246ee9b8
010c9eb3496f515582a4d4868154e5fb246ee9b8 Merge pull request redhat-openstack#20 from radford/add-dependencies-to-metadata 161bbda59d0c3d685b75dfafa38214f437658252 puppet considers metadata without dependencies to be invalid aaa06fd0549da48b01616bcb875796ef18fdf359 Merge pull request redhat-openstack#19 from fatmcgav/fix_issue_18 7b776609b6661d204c31e08600070c0737466aa4 Convert Modulefile to metadata.json. d0065f5a7d5cf54a98ab93cf4fe8afc3449d5b7c Fixes issue redhat-openstack#18 which was resulting in a 'Can't convert nil to Hash' error when using Hash datatypes. 46f86f2384ce7914506924aab4baf2c5414cf022 release 0.0.4 7e639b87d0ce787326edf3a0c017b305e8abdd8f Merge pull request redhat-openstack#13 from telamonian/master c9396c4332a5dc7c4df028abdfb9d4b846452f73 added .gitignore a6729666b6b4efeb476a01125005567f2233f6c0 fixed code style 9008bfa7eded663dc08b4def9f10c415d138efd0 removed some extra Hiera.debug() lines I had put in b9eccd31f949bd740afa2df05f44688acbcac996 Fixed hash behavior for hiera data in modules. Setting :merge_behavior to deeper works correctly now. 82ed78d5c8eba9e35697be61233b0f4aae2f6640 Merge pull request redhat-openstack#12 from bobtfish/master fa48b9a677b699efaa1cd9a97258026a08444e97 Fix to work with strict_variables = true 8c0c106b908fe3808165a2e8775b5b341522b4a8 Merge pull request redhat-openstack#11 from jolynch/master 6127ac5eedcc8a8c55ecf9b9a6ed80b8d1a0bc52 Use the global scope for environment lookup Signed-off-by: Gael Chamoulaud <[email protected]>
- Loading branch information
Showing
5 changed files
with
31 additions
and
16 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
/.project |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"author": "R.I.Pienaar <[email protected]>", | ||
"license": "ASL 2.0", | ||
"name": "ripienaar-module_data", | ||
"project_page": "https://github.com/ripienaar/puppet-module-data", | ||
"source": "https://github.com/ripienaar/puppet-module-data.git", | ||
"summary": "A hiera backend to allow the use of data while writing sharable modules", | ||
"version": "0.4.0", | ||
"dependencies": [] | ||
} |