Hello, I have 2 modules and 1 modul has a resource type in a class which would require an other class from and other module: module/mounts/manifest/mount1.pp module/server/manifres/applicaton.pp
Application creates a directory under /srv for itself and /srv should be mounted from the shared storage first. file{'/srv/application': ensure => directory, require => Class['mounts::mount1'], } this in the application.pp gives class cannot be found error. How can i require cross module? Thank you Peter -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@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.