Title: Message Title
luisa commented on an issue
Puppet / Bug PUP-1108
Class inheritance and stages act weirdly
Given the code:

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

class foo {
   package{"zsh":
      ensure => present
   }
}

class bar inherits foo {
   notify{"/usr/bin/cowsay 'hello world'":
      require => Package["zsh"]
   }
}

class{"bar": stage => "first"}
</pre>

This produce

<pre>
err: Could not apply complete cat...

--
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