Bug 979041
| Summary: | Fedora19 no longer has /etc/sysconfig/modules/kvm.modules | ||
|---|---|---|---|
| Product: | [Community] RDO | Reporter: | ryo fujita <rfujita> |
| Component: | openstack-packstack | Assignee: | RHOS Maint <rhos-maint> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | yeylon <yeylon> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | unspecified | CC: | aortega, derekh, jonathan.barber, kchamart, mmagr, rfujita, srevivo |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | openstack-packstack-2013.2.1-0.1.dev691.fc19 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | Bug | |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
ryo fujita
2013-06-27 13:23:59 UTC
IMHO a more elegant fix for this is to change the exec resource to:
exec { 'load_kvm':
user => 'root',
command => '/bin/sh /etc/sysconfig/modules/kvm.modules',
onlyif => '/bin/test -e /etc/sysconfig/modules/kvm.modules',
}
I'm not familiar with puppet. Your fix is the best for this. Thanks! (In reply to Jonathan Barber from comment #1) > IMHO a more elegant fix for this is to change the exec resource to: > > exec { 'load_kvm': > user => 'root', > command => '/bin/sh /etc/sysconfig/modules/kvm.modules', > onlyif => '/bin/test -e /etc/sysconfig/modules/kvm.modules', > } Ping. This bug is going stale. This was fixed on -- 2013-08-01 Reporter -- Please test this bug and confirm here if this works for you. So, this can be closed. Thank you. It does work for me. Please close the ticket. THX! |