Details
-
Type:
Task
-
Status: Closed
-
Priority:
Normal
-
Resolution: Duplicate
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:
-
Template:customfield_10700 275213
-
Acceptance Criteria:
-
Team:Night's Watch
-
QA Risk Assessment:Needs Assessment
Description
Currently, the ruby process we use to make a service for puppet ( [daemon.rb|https://github.com/puppetlabs/puppet/blob/master/ext/windows/service/daemon.rb] ) makes use of Win32 gems to create a windows service.
These gems are pretty out-of-date, and we should update puppet to work directly with FFI and the windows API to create the service.