puppet-openstack-integration/Puppetfile_unit
Tobias Urdin 99459ca72d Add mount_core module needed by puppet-swift
Needed for the unit tests. See failure in [1].

[1] https://review.openstack.org/#/c/621138/

Change-Id: Ie43243876ef771044d52a95e1cc56d10ed5ecbb9
2018-11-30 16:46:35 +01:00

21 lines
598 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'
# NOTE(tobias-urdin): Needed by puppet-swift.
mod 'mount_core',
:git => 'https://github.com/puppetlabs/puppetlabs-mount_core',
:ref => '1.0.2'