We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cbdf80 commit 8bb214dCopy full SHA for 8bb214d
Modulefile.erb
@@ -4,7 +4,7 @@ source '<%= metadata.source %>'
4
author '<%= metadata.author %>'
5
license '<%= metadata.license %>'
6
summary 'This module installs and manages <%= metadata.name %>'
7
-description '<%= metadata.description %>. Based on stdmod/puppet-skeleton-standard 0.0.5.'
+description '<%= defined?(metadata.description) ? metadata.description : metadata.summary %>. Based on stdmod/puppet-skeleton-standard 0.0.5.'
8
project_page '<%= metadata.project_page %>'
9
dependency 'puppetlabs/stdlib'
10
dependency 'example42/stdmod'
0 commit comments