Hi,

I'm playing with the new 2.6 features. And I can not get stages
working properly.

Code I've used (just like the example in the release notes):

stage { pre: before => Stage[main] }

class prestage()  {
        notify { 'prestage': }
}

class blaat() {
        class { 'prestage': stage => pre }
        notify { 'mainstage': }
}

include blaat

Result:
r...@cs-ops001b:~# puppet stagetest.pp
Could not find class blaat at /home/seedpimp/stagetest.pp:19 on node
cs-ops001b.......
r...@cs-ops001b:~#

As soon as I remove the following line:
class { 'prestage': stage => pre }

I don't get any errors but no staging :( I've tried many combinations
but no proper result..


Pleas help me ;)

Greetings,

Jasper Poppe

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to