Actions
Feature #17281
closedPublish a CV with a puppet module raising NoMethodError with locations disabled
Status:
Closed
Priority:
Normal
Assignee:
Category:
Content Views
Target version:
Difficulty:
trivial
Triaged:
Bugzilla link:
Pull request:
Description
Description of problem:
Locations are disabled in satellite-answers.yaml(locations_enabled: false)
Not able to publish a Content-View with a puppet module.
Version-Release number of selected component (if applicable):
All versions
How reproducible:
Always
Steps to Reproduce:
1. Setup a satellite server with location disabled
2. Create and publish content-view.
Actual results:
Exception raised. Request completed with 500 error.
2016-10-26 07:57:06 [foreman-tasks/action] [E] undefined method `id' for nil:NilClass (NoMethodError)
Expected results:
Content-view should be published.
Additional Info:
From customer : Attached production.log(filename: errors.log)
Actions