mirror of
https://github.com/voxpupuli/puppet-hashi_stack.git
synced 2025-09-13 21:55:34 +01:00
modulesync 10.0.0-19-g1adc8e0
This commit is contained in:
parent
da856d5b0f
commit
ab7a3b4035
3 changed files with 5 additions and 13 deletions
14
Rakefile
14
Rakefile
|
@ -1,30 +1,22 @@
|
|||
# Managed by modulesync - DO NOT EDIT
|
||||
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
|
||||
|
||||
# Attempt to load voxpupuli-test (which pulls in puppetlabs_spec_helper),
|
||||
# otherwise attempt to load it directly.
|
||||
begin
|
||||
require 'voxpupuli/test/rake'
|
||||
rescue LoadError
|
||||
begin
|
||||
require 'puppetlabs_spec_helper/rake_tasks'
|
||||
rescue LoadError
|
||||
end
|
||||
# only available if gem group test is installed
|
||||
end
|
||||
|
||||
# load optional tasks for acceptance
|
||||
# only available if gem group releases is installed
|
||||
begin
|
||||
require 'voxpupuli/acceptance/rake'
|
||||
rescue LoadError
|
||||
# only available if gem group acceptance is installed
|
||||
end
|
||||
|
||||
# load optional tasks for releases
|
||||
# only available if gem group releases is installed
|
||||
begin
|
||||
require 'voxpupuli/release/rake_tasks'
|
||||
rescue LoadError
|
||||
# voxpupuli-release not present
|
||||
# only available if gem group releases is installed
|
||||
else
|
||||
GCGConfig.user = 'voxpupuli'
|
||||
GCGConfig.project = 'puppet-hashi_stack'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue