Hi All,
I have a module called "openvpn" which lives in
/etc/puppet/modules/openvpn/. It just sets up generic OpenVPN stuff. I then
set-up another class called s_jumpbox::openvpn, which lives in
/etc/puppet/services/s_jumpbox/manifests/openvpn.pp.
Inside this latter class, I did an "include openvpn" and for several
resources, I set it to:
require => Class["openvpn"]
This confused Puppet, as it created a dependency on itself thinking I was
referring to s_jumpbox::openvpn, which is not the case.
Is this how it's supposed to work?
Regards
Gonzalo
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en.