There should be a defined type named composer::config which allows management of composer config invocations.
Since this can be based on the current composer::repository type, that one can probably dropped in favor of this more general solution. Since there was no release yet which ships this type we can assume to not break a lot of Puppet setups.
Example usecase: configure HTTP auth credentials for a private Composer repository in a automated fashion.
@igalic What do you think?
There should be a defined type named
composer::configwhich allows management ofcomposer configinvocations.Since this can be based on the current
composer::repositorytype, that one can probably dropped in favor of this more general solution. Since there was no release yet which ships this type we can assume to not break a lot of Puppet setups.Example usecase: configure HTTP auth credentials for a private Composer repository in a automated fashion.
@igalic What do you think?