Issue #22582 has been updated by Nigel Kersten.

Status changed from Unreviewed to Investigating

Are you sure this actually fixed it Jan?

I'm seeing the same problem with `ruby 1.9.3p448 (2013-06-27 revision 41675) 
[x86_64-linux]` and this simple standalone manifest:
<pre>
define test::test_define {
  schedule {$name:
    period => daily,
    range => '2-4',
    repeat => 1;
  }
 
  file {'/tmp/test':
    ensure => present,
    schedule => $name;
  }
}

test::test_define {hallo: }
</pre>

<pre>
Debug: /Stage[main]//Test::Test_define[hallo]/Schedule[hallo]: Skipping device 
resources because running on a host
</pre>

----------------------------------------
Bug #22582: Puppet ignores schedules
https://projects.puppetlabs.com/issues/22582#change-98335

* Author: Jan  Doleschal
* Status: Investigating
* Priority: Normal
* Assignee: 
* Category: 
* Target version: 
* Affected Puppet version: 
* Keywords: 
* Branch: 
----------------------------------------
Hello, 

it´s impossible to schedule resources in a define. Everytime the schedules is 
skipped because running on an host, so the resource never gets applied.
We are running puppet 3.2.4, ruby 1.8.7 (2011-12-28 patchlevel 357) 
[x86_64-linux] on SLES11SP2.

Attached site.pp, module and debug log.

Thanks!


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://projects.puppetlabs.com/my/account

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to