Skip to content

Commit 8bb214d

Browse files
author
Tobias Martin
committed
fixed modulefile description error
1 parent 8cbdf80 commit 8bb214d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modulefile.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source '<%= metadata.source %>'
44
author '<%= metadata.author %>'
55
license '<%= metadata.license %>'
66
summary 'This module installs and manages <%= metadata.name %>'
7-
description '<%= metadata.description %>. Based on stdmod/puppet-skeleton-standard 0.0.5.'
7+
description '<%= defined?(metadata.description) ? metadata.description : metadata.summary %>. Based on stdmod/puppet-skeleton-standard 0.0.5.'
88
project_page '<%= metadata.project_page %>'
99
dependency 'puppetlabs/stdlib'
1010
dependency 'example42/stdmod'

0 commit comments

Comments
 (0)