Hello everyone!
This may be a stupid question since i'm relatively new in Puppet, but I
haven't found an answer.
I have external module, named, for example, 'ntp' and my own module
'profile', which contains class with the same name. When i try to apply
my
configuration, puppet says 'Could not find class profile::base::ntp'.
What
am i doing wrong?
Example:
modules/profile/manifests/base/ntp.pp
class profile::base::ntp {
include ::ntp
# some specific code
}
modules/profile/manifests/base.pp
class profile::base {
include profile::base::ntp # <-- error occurs here
}
I will be very grateful for any assistance.
--
Best regards,
Anton Patiev
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to puppet-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/puppet-users/d6d68fd6-2eb3-44ea-ab5f-7d7d194c9da2%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.