File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
- YYYY-MM-DD Release 0.0.1
2
- - something you did
3
- - something else you did
1
+ <%= Time.new.strftime("%Y-%m-%d") %> Release 0.0.3
2
+ - Generated from github.com/stdmod/puppet-skeleton-simple
Original file line number Diff line number Diff line change 1
1
name '<%= metadata.full_module_name %> '
2
- version '0.0.2 '
2
+ version '0.0.3 '
3
3
source '<%= metadata.source %> '
4
4
author '<%= metadata.author %> '
5
5
license '<%= metadata.license %> '
6
6
summary 'This module installs and manages <%= metadata.name %> '
7
- description '<%= metadata.description %> . Based of stdmod/puppet-skeleton-standard 0.0.2 .'
7
+ description '<%= metadata.description %> . Based of stdmod/puppet-skeleton-standard 0.0.3 .'
8
8
project_page '<%= metadata.project_page %> '
9
9
dependency 'puppetlabs/stdlib'
10
10
dependency 'example42/stdmod'
You can’t perform that action at this time.
0 commit comments