We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac4a045 commit 6116844Copy full SHA for 6116844
1 file changed
moduleroot/Rakefile.erb
@@ -7,19 +7,16 @@ rescue LoadError
7
# only available if gem group test is installed
8
end
9
10
-# load optional tasks for acceptance
11
-# only available if gem group releases is installed
12
begin
13
require 'voxpupuli/acceptance/rake'
14
rescue LoadError
+ # only available if gem group acceptance is installed
15
16
17
-# load optional tasks for releases
18
19
20
require 'voxpupuli/release/rake_tasks'
21
22
- # voxpupuli-release not present
+ # only available if gem group releases is installed
23
else
24
GCGConfig.user = '<%= @configs['config.user'] || @configs[:namespace] %>'
25
GCGConfig.project = '<%= @configs['config.project'] || @configs[:puppet_module] %>'
0 commit comments