Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Currently import config-file answers the 'puppet module generate' interview-questions with hardcoded strings.
The interview is:
===
~ $ puppet module generate foo-bar
We need to create a metadata.json file for this module. Please answer the
following questions; if the question is not applicable to this module, feel free
to leave it blank.
Puppet uses Semantic Versioning (semver.org) to version modules.
What version is this module? [0.1.0]
Who wrote this module? [foo]
What license does this module code fall under? [Apache 2.0]
How would you describe this module in a single sentence?
Where is this module's source code repository?
Where can others go to learn more about this module?
Where can others go to file issues about this module?
===
'version', 'author', 'license', 'descr', 'srcrepo', 'learnmore', 'fileissues'
Default (shipped) values should be
1.0.0, 'hammer import config-file --csv-file=path-to-export.csv', 'Module created from soeorg-soeconfig_rhel5_dev', '', '', ''
The user is going to need to decide what the srcrepo/learnmore/fileissues URLs are supposed to be.
config-file ships as /etc/hammer/cli.import.d/puppet_interview_answers.yml, command takes --answers-file= param if you want to point at your own.
Comment 1RHEL Program Management
2014-08-01 18:03:41 UTC
Since this issue was entered in Red Hat Bugzilla, the release flag has been
set to ? to ensure that it is properly evaluated for this release.
FAILEDQA:
config-file did not ship as /etc/hammer/cli.import.d/puppet_interview_answers.yml
# cd /etc/hammer/cli.import.d
-bash: cd: /etc/hammer/cli.import.d: No such file or directory