aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mga-common/lib
Commit message (Collapse)AuthorAgeFilesLines
* Rename mga-common module to mga_common.Nicolas Vigier2013-06-194-42/+0
| | | | New puppet version doesn't like modules with a - in their name.
* Add str_join functionNicolas Vigier2013-05-231-0/+11
| | | | A function to join elements from an array to create a string.
* Move group_members function to mga-commonNicolas Vigier2013-05-231-0/+10
| | | | | The group_members function currently defined in buildsystem module could be used outside of this module, so move it to mga-common.
* mga-common: add hash_merge functionNicolas Vigier2013-05-231-0/+11
| | | | | This function takes two hashes as argument and return a new hash containing the content of the two hashes.
* mga-common: add hash_keys functionNicolas Vigier2013-05-231-0/+10
This function takes a hash as argument and return the hash keys as a list.