Jira (PUP-3736) OpenBSD service provider should restart a service when flags are changed

2014-12-11 Thread Peter Huene (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Peter Huene updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-3736 
 
 
 
  OpenBSD service provider should restart a service when flags are changed  
 
 
 
 
 
 
 
 
 

Change By:
 
 Peter Huene 
 
 
 

Component/s:
 
 Community 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.7#6337-sha1:2ed701e) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-3736) OpenBSD service provider should restart a service when flags are changed

2014-12-11 Thread Peter Huene (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Peter Huene assigned an issue to Peter Huene 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-3736 
 
 
 
  OpenBSD service provider should restart a service when flags are changed  
 
 
 
 
 
 
 
 
 

Change By:
 
 Peter Huene 
 
 
 

Assignee:
 
 PeterHuene 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.7#6337-sha1:2ed701e) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-3736) OpenBSD service provider should restart a service when flags are changed

2014-12-04 Thread Jasper Lievisse Adriaanse (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jasper Lievisse Adriaanse created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-3736 
 
 
 
  OpenBSD service provider should restart a service when flags are changed  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Improvement 
 
 
 

Affects Versions:
 

 PUP 3.7.3 
 
 
 

Assignee:
 
 Kylo Ginsberg 
 
 
 

Components:
 

 Types and Providers 
 
 
 

Created:
 

 2014/12/04 12:17 AM 
 
 
 

Environment:
 
 
OpenBSD -current 
 
 
 

Priority:
 
  Normal 
 
 
 

Reporter:
 
 Jasper Lievisse Adriaanse 
 
 
 
 
 
 
 
 
 
 
Currently a service is not restarted when the flags for it are changed, which does not adhere to the rule of least surprise. 
So for example if 'apmd_flags=-C' are set and the daemon runs with '-C', the following manifest will only update `/etc/rc.conf.local`: 
``` service { 'apmd': ensure = running, enable = true, flags = '-A', ``` 
But the service that's currently running won't be affected and keeps running with '-C' instead of '-A'. 
The proposed change is to force a restart of the service when the flags are 

Jira (PUP-3736) OpenBSD service provider should restart a service when flags are changed

2014-12-04 Thread Jasper Lievisse Adriaanse (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jasper Lievisse Adriaanse commented on  PUP-3736 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: OpenBSD service provider should restart a service when flags are changed  
 
 
 
 
 
 
 
 
 
 
PR: https://github.com/puppetlabs/puppet/pull/3376 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.7#6337-sha1:2ed701e) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.