047ea125dd
In puppet 6 they have moved out a lot of builtin resources to their owns modules since they didn't belong in the Puppet core however in deb/rpm packaging they are still bundled in but not when installing from gem. So we must add them in here so that they are available in our unit tests. Change-Id: I7060191395eff9c1e3146cb10594a38bef113117
16 lines
450 B
Plaintext
16 lines
450 B
Plaintext
mod 'augeas_core',
|
|
:git => 'https://github.com/puppetlabs/puppetlabs-augeas_core',
|
|
:ref => '1.0.3'
|
|
|
|
mod 'cron_core',
|
|
:git => 'https://github.com/puppetlabs/puppetlabs-cron_core',
|
|
:ref => '1.0.0'
|
|
|
|
mod 'sshkeys_core',
|
|
:git => 'https://github.com/puppetlabs/puppetlabs-sshkeys_core',
|
|
:ref => '1.0.1'
|
|
|
|
mod 'yumrepo_core',
|
|
:git => 'https://github.com/puppetlabs/puppetlabs-yumrepo_core',
|
|
:ref => 'd751a380d7aea5ba88b3571a342039dfae3621e4'
|