On Tuesday, October 1, 2013 2:58:36 AM UTC-5, jamido wrote:
>
> Hi John, 
>
> sorry for the late response - of course, schedules allow resources to be 
> applied in the window. but after upgrading puppet from 0.25.4 to 3.2.4 some 
> schedules are always ignored and resources gets never applied. It does not 
> happen on all hosts ~250, only on some ~5. 
>
>

That is not what your log fragment depicts.  It shows a schedule being *
obeyed*, preventing the resource to which it is assigned from being 
applied.  If the schedule were ignored then Puppet would not skip the 
resource.  If this is happening with the manifest you presented in your 
initial post then I can think of only a few likely explanations:

   1. You are applying the catalog outside the schedule window (02:00 - 
   04:00 AM, any day of the week).
   2. You are applying the catalog twice within one schedule window.
   3. Your nodes *think* you are applying the catalog outside the schedule 
   window, even though you're not.

With respect to (3), time synchronization does not usually present a 
problem because Puppet's SSL infrastructure prevents nodes from connecting 
to the master if their clocks are too far off.  However, you might 
nevertheless have a time discrepancy if some of your nodes are configured 
with the wrong time zone.


John

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to