Hi, I've been doing some testings with an iptables puppet recepy on my
own deployment, where the puppetd and puppetmasterd are in different
machines. I don't really understand how to make puppetmasterd get
automatically the libraries from the modules. Some workaround:
The module iptables structure:
- iptables /
- tests/
- lib /
- puppet /
- test /
- iptables.rb
- type /
- iptables.rb
As I could see, on the master side, the folder 'lib' needs to be
copied in /var/lib/puppet/lib/.., or otherwise the client will launch
an error because the puppetmaster ignores the type iptables at
compiling time.
I set in both server and client the configurations of pluginsync =
true, and plugindest. But I always get the same problem: on the client
side, it downloads the plugin from the server and place it in /var/lib/
puppet/lib/, and after I get an error because the server does not do
the same with the module to his own directory. The solution for the
moment was copy it manually.
How should I do for the server get automatically the plugins and load
them into plugindest?
Thanks
--
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.