Issue #1758 has been reported by nigelk2. ---------------------------------------- Bug #1758: init service type breaks "ralsh service" on all platforms that don't have /etc/init.d http://projects.reductivelabs.com/issues/show/1758
Author: nigelk2 Status: Unreviewed Priority: Normal Assigned to: Category: Target version: Complexity: Unknown Affected version: 0.24.6 Keywords: In the course of working on the launchd service type I kept running into problems with "ralsh service" and the init service type. It turns out that init isn't confined to any operatingsystem values, so it gets evaluated for all platforms, but bombs out if you don't have an /etc/init.d directory. In the course of patching this I noticed that FreeBSD has an array defined for "defpath" but that self.instances doesn't look like it is written to expect an array at all, so I patched that as well. http://github.com/nigelkersten/puppet/commit/bb00d91df8751ad93f9b5eeb7aaec7787c0dad6f Patched against 0.24.x ---------------------------------------- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://reductivelabs.com/redmine/my/account --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Bugs" 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-bugs?hl=en -~----------~----~----~----~------~----~------~--~---
