puppet-openstack-integration/Puppetfile_unit
Takashi Kajinami eccff18ab7 Bump version of yumrepo_core to 1.0.7
... so that we can use the module_hotixes property[1].

[1] a14c059b7d

Change-Id: I1889482501d19b704c566a884fb5109be0e32d7c
Needed-By: https://review.opendev.org/792952
2021-05-25 21:46:45 +09:00

26 lines
708 B
Plaintext

mod 'augeas_core',
:git => 'https://github.com/puppetlabs/puppetlabs-augeas_core',
:ref => '1.0.5'
mod 'cron_core',
:git => 'https://github.com/puppetlabs/puppetlabs-cron_core',
:ref => '1.0.3'
mod 'sshkeys_core',
:git => 'https://github.com/puppetlabs/puppetlabs-sshkeys_core',
:ref => '1.0.3'
mod 'yumrepo_core',
:git => 'https://github.com/puppetlabs/puppetlabs-yumrepo_core',
:ref => '1.0.7'
# NOTE(tobias-urdin): Needed by puppet-swift.
mod 'mount_core',
:git => 'https://github.com/puppetlabs/puppetlabs-mount_core',
:ref => '1.0.4'
# NOTE(tobias-urdin): Needed by p-o-i.
mod 'selinux_core',
:git => 'https://github.com/puppetlabs/puppetlabs-selinux_core',
:ref => '1.0.4'