Issue #19843 has been updated by Klavs Klavsen.
It seems it should - I'll test it out. Nice find :) Having winsvc AND service.. seems like a pretty bad solution :) Having service do installation as well - seems equally bad though :) ---------------------------------------- Feature #19843: Install service https://projects.puppetlabs.com/issues/19843#change-87580 * Author: Klavs Klavsen * Status: Needs More Information * Priority: Normal * Assignee: * Category: * Target version: * Affected Puppet version: * Keywords: * Branch: ---------------------------------------- Appearently (I'm just learning here :) - windows can install .net components as a service - I use this when installing PerfTab (Graphite client) - see here: https://github.com/EastPoint/PerfTap - and it seems it's a rather common thing, when coding .net applications, to install them as service (instead of a package). I checked in the win registry under installed packages - and these components are not listed there - so I can't use the package provider as it is. IMHO the best way, would be to extend the windows package provider, to handle .net services - so they work like a package.. Or perhaps Service { "PerfTab": enable => true .. should simple be able to actually add the service first (although that's not how it's done on Unix).. What do you think? -- 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://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
