Hello,

I am testing puppet and I have the following situation.

OS: Centos 5
Puppet version: 2.6.4


If I create a class to do something and I I run it in some nodes in
the default manifest directories, puppet works and does the stuff for
me. If I try to do use  the most simple module example out there in
puppet-labs or other sites, it does not give me any problem.

I have a test module called basic with the structure by the book in /
opt/puppet-modules/basic.

As per this guide:
http://docs.puppetlabs.com/guides/modules.html


In puppet.conf:

[master]

...
...

modulepath = /etc/puppet/modules:/opt/puppet-modules


In the /etc/puppet/manifests/nodes/testnode.pp

node 'testnode' inherits 'basic' {}

When I do puppet kick testnode, I get a success, I see the catalog
being loaded in the client, but nothing gets delivered.


So, how do I use modules, as I am pretty sure that the module is
correct?

Many thanks in advance :-)

Guillem

-- 
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.

Reply via email to