Skip to content

Commit

Permalink
make new_example produce a valid username in the metadata
Browse files Browse the repository at this point in the history
otherwise the module is not found and Puppet reaches out to the forge
  • Loading branch information
evgeni committed Jan 18, 2025
1 parent 2e55623 commit 00dcb50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/new_example
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RAKEFILE

cat > $EXAMPLE/metadata.json <<METADATA
{
"name": "voxpupuli_acceptance_tests-${EXAMPLE}",
"name": "voxpupuliacceptancetests-${EXAMPLE}",
"version": "0.0.1",
"author": "Vox Pupuli",
"license": "Apache-2.0",
Expand Down

0 comments on commit 00dcb50

Please sign in to comment.