Jira (PUP-7365) Make puppet agent and puppet server first check for a clock skew

2017-03-17 Thread Han Boetes (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Han Boetes created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Puppet /  PUP-7365 
 
 
 
  Make puppet agent and puppet server first check for a clock skew  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Improvement 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Components:
 

 Puppet Server 
 
 
 

Created:
 

 2017/03/17 12:10 AM 
 
 
 

Priority:
 
  Normal 
 
 
 

Reporter:
 
 Han Boetes 
 
 
 
 
 
 
 
 
 
 
I just spend quite some time trying to figure out why my ssl key was reported to be broken until I finally noticed the time was of by about 8 hours. 
Which made me think 
 

All kinds of mysterious problems can occur when the time is off.
 

Testing for a clock skew is very simple
 
 
Wouldn't it be nice if puppet server and agent would warn of a clock skew before doing anything else? 
 
 
 
 
 
 
 
 
 
 
 
 

 
   

Jira (FACT-2588) ipa_facts : does not extract info from sssd.conf

2020-04-28 Thread Han Boetes (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Han Boetes created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-2588  
 
 
  ipa_facts : does not extract info from sssd.conf   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Created: 
 2020/04/28 12:54 PM  
 
 
Environment: 
  
 
 
 
 
  
 
 
 
  
 
 
 
   
 
 
Priority: 
  Normal  
 
 
Reporter: 
 Han Boetes  
 

  
 
 
 
 

 
 This problem is related to: https://projects.theforeman.org/issues/29649 When I run `facter ipa` on an ipa enabled host I get no output: So when looking at the code:  
 
 
 
 
 if File.exist?('/etc/sssd/sssd.conf') && sssd = File.readlines('/etc/sssd/sssd.conf')   
 
 
   

Jira (PUP-7365) Make puppet agent and puppet server first check for a clock skew

2017-05-02 Thread Han Boetes (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Han Boetes commented on  PUP-7365 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Make puppet agent and puppet server first check for a clock skew  
 
 
 
 
 
 
 
 
 
 
I don't understand how that can be hard. The agent reports in and sends the time in epoch. The server receives the call and checks its own time in epoch, checks for substantial differences and reports back to the agent if it's too big. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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-7783) error message when using break() instead of return() is hard to understand

2017-07-18 Thread Han Boetes (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Han Boetes created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Puppet /  PUP-7783 
 
 
 
  error message when using break() instead of return() is hard to understand  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Created:
 

 2017/07/18 6:01 AM 
 
 
 

Priority:
 
  Normal 
 
 
 

Reporter:
 
 Han Boetes 
 
 
 
 
 
 
 
 
 
 
I made the following error, using break() instead of return() 
 
 
 
 
 
 
class foobar {
 
 
 
 
  if $facts['hostname'] == 'blah' { 
 
 
 
 
break() 
 
 
 
 
  } 
 
 
 
 

Jira (PUP-7783) error message when using break() instead of return() is hard to understand

2017-07-24 Thread Han Boetes (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Han Boetes commented on  PUP-7783 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: error message when using break() instead of return() is hard to understand  
 
 
 
 
 
 
 
 
 
 
Hi Henrik, 
what do you mean with "needs information"? I thought the example was self contained and you only need to c&p in in a testfile to be able to reproduce the error. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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-7783) error message when using break() instead of return() is hard to understand

2017-07-27 Thread Han Boetes (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Han Boetes commented on  PUP-7783 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: error message when using break() instead of return() is hard to understand  
 
 
 
 
 
 
 
 
 
 
Thanks Henrik, that error message sure makes a whole lot more sense.  
 
 
 
 
 
 
 
 
 
 
 
 

 
 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.