summaryrefslogtreecommitdiffstats
path: root/recipes-support/puppetlabs-stdlib/puppetlabs-stdlib_git.bb
Commit message (Collapse)AuthorAgeFilesLines
* recipes: fix whitspace around assignementBruce Ashfield2025-04-091-1/+1
| | | | | | | bitbake will now warn if there isn't space around assignemnts, so we adjust our recipes accordingly. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* puppet-labs-stdlib: update to v9.6.0Bruce Ashfield2024-10-121-0/+4
| | | | | | We also update our gemspec file. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* WIP update puppetlabs-stdlibBruce Ashfield2024-10-111-6/+5
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* global: convert github SRC_URIs to use https protocolBruce Ashfield2021-11-021-1/+1
| | | | | | | | | | | github is removing git:// access, and fetches will start experiencing interruptions in service, and eventually will fail completely. bitbake will also begin to warn on github src_uri's that don't use https. So we convert the meta-virt instances to use protocol=https (done using the oe-core contrib conversion script) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* global: overrides conversionBruce Ashfield2021-07-311-1/+1
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* puppet: add puppetlabs stdlib moduleMark Asselstine2016-01-111-0/+29
This module is used by many puppet modules so will be useful to have to extend our puppet capabilities. Additionally it offers some useful functionality such as the ability to append to a file. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>