Jira (PUP-4059) Managing a innexistant Windows service result in error "Could not evaluate"

2017-05-22 Thread Jerome Poulin (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jerome Poulin commented on  PUP-4059 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Managing a innexistant Windows service result in error "Could not evaluate"  
 
 
 
 
 
 
 
 
 
 
We are at version 4.2.3, we'll need to update to >4.4.0 to give it a try, this might take some time since we had to use a workaround and it is working fine for now and upgrading Puppet isn't a priority right now. Let's close this and I'll re-open if we the problem persist. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.14#64029-sha1:ae256fe) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-4059) Managing a innexistant Windows service result in error Could not evaluate

2015-03-01 Thread Jerome Poulin (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jerome Poulin created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-4059 
 
 
 
  Managing a innexistant Windows service result in error Could not evaluate  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Affects Versions:
 

 PUP 3.7.3 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Components:
 

 Modules 
 
 
 

Created:
 

 2015/03/01 9:34 AM 
 
 
 

Environment:
 
 
English Debian server French Windows 7 Profesionnal 
 
 
 

Priority:
 
  Normal 
 
 
 

Reporter:
 
 Jerome Poulin 
 
 
 
 
 
 
 
 
 
 
After writing a class to manage services for all machines, I found out that Puppet errors out when the service is missing with an error maybe related to the use of French Windows workstation: Error: /Stage[main]/Win7service/Service[jhi_service]: Could not evaluate: invalid byte sequence in UTF-8 
Since there's no onlyif, I can not check if the service executable is present beforehand.