On 17/02/11 14:05, Daniel Piddock wrote: > On 17/02/11 12:09, Daniel Piddock wrote: >> I managed to solve the problem by installing the openssh-server package >> manually so the init script was present. I have other modules with a >> very similar structure and they weren't throwing up these errors. Odd >> glitch. Frustrating. > I tried a few more things and it's still failing: > * Upgrading the server and client to 2.6.4. > * Flattened the ssh module to remove the class level requires. > * Added a node definition so that only the ssh class was included. > * Put a direct require from Service[ssh] to Package[openssh-server] > * Syntax errors in init.pp to ensure it's actually reading the right file ;) > > Attaching init.pp from ssh module and the client's cached yaml if anyone > fancies looking. > > Dan
Puppet bug. It's setting the name parameter to not match the title that causes this example to explode and why the other services weren't. Issue 5610. Still hasn't been fixed in 2.6.5rc4. Ah well, something else to work around. Cheers, Dan -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
