Description of problem: the 'restart' action defined for xinetd in the version of the puppet module included is obsolete it reads: > restart => '/etc/init.d/xinetd reload' Version-Release number of selected component (if applicable): openstack-packstack-2013.1.1-0.3.dev527.fc19.noarch Steps to Reproduce: 1. install openstack-packstack 2. create an answer file, enable swift installation 3. launch packstack Actual results: packstack execution fails with "Failed to call refresh: Could not restart Service[xinetd]" Additional info: I've open a pull request against the upstream puppetlabs-xinetd module to fix this: https://github.com/puppetlabs/puppetlabs-xinetd/pull/9 If that is merged, the submodule should be updated in packstack
Closing as a dup, there is now 2 relevant pull requests submitted to puppetlabs, once either of these is merged I'll change the version used in packstack. *** This bug has been marked as a duplicate of bug 947427 ***