Jira (PUP-6822) Windows agents should be able to apply a 'stopped' service resource even if the service doesn't exist

2018-05-02 Thread Francesco Duranti (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Francesco Duranti commented on  PUP-6822  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Windows agents should be able to apply a 'stopped' service resource even if the service doesn't exist
 

  
 
 
 
 

 
 I agree with James Pulver, the linux approach seems good enough or at least it will be nice to have a flag/boolean to decide if you want an error (also on linux) or the "not an error because the service is not running/not enabled". One good enough use case is that you want to stop a service before uninstalling a software. I'm normally using this approach on linux but now having the same service/package also on windows I should differentiate completely because I cannot just "stop" the service because after the software uninstall I start to get an error for every puppet run.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





-- 
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 (PDOC-167) Problem with file managed with --files (in .yardocs or using rake task)

2017-03-21 Thread Francesco Duranti (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Francesco Duranti created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Puppet Strings /  PDOC-167 
 
 
 
  Problem with file managed with --files (in .yardocs or using rake task)  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Affects Versions:
 

 PDOC 1.0.0, PDOC 1.1.0 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Components:
 

 CLI 
 
 
 

Created:
 

 2017/03/21 1:50 AM 
 
 
 

Environment:
 
 
RHEL 7 puppet-agent-1.9.3-1.el7.x86_64 yard (0.9.8) puppet-strings (1.1.0) 
 
 
 

Priority:
 
  Normal 
 
 
 

Reporter:
 
 Francesco Duranti 
 
 
 
 
 
 
 
 
 
 
I'm trying to add some custom documentation to my projects and tried adding my markdown documentation. There are 2 problems about this (not sure if they're puppet strings related or yard related). 
1 - My main README.md file refer to other md file using [title](otherfile.md) syntax. It don't work (they are not translated). If i put the  {file:otherfile.md title} 
 syntax they work correctly but it's a pain because they will not display correctly into my gitlab environment. 
2 - When