Title: Message Title
Timur Alperovich commented on an issue
Puppet / Bug PUP-3384
"Error: Could not find class" in concurrent catalog compilations
I can reproduce a sporadic failure in the catalog compilation with the following manifest and test. Manifest:
{code}
class test::foo {
  file { '/tmp/foo':
    ensure => present,
  }
}

class test {
  class { 'test::foo': }

  file { '/tmp/outer':
    ensure => present,
  }

  class test::internal {
    file { '/tmp/test':
      ensure =>...

--
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/d/optout.

Reply via email to