On Mon, Apr 25, 2011 at 8:07 AM, Mark <[email protected]> wrote:
> Hello,
>
> I'm just starting out with Puppet. I currently have a puppetmaster
> running on Ubuntu 10.04 so it is using puppet 0.25.x. I've been
> running into issues with modules. I want to create some custom modules
> to do random configurations, but it doesn't seem to be working for me.
> I've been working from this documentation 
> http://docs.puppetlabs.com/guides/modules.html

You can install natty's puppet/puppet-common package and use puppet
2.6.4 on Ubuntu 10.04.

> Here is the issue I'm having. Under configuration it mentions
> [puppetmasterd] But I don't seem to have that with my default Ubuntu
> config. I have an auth.conf and a fileserver.conf. The auth.conf
> indicates that it mimics puppetmasterd. So can I just set my module
> path just like the the instructions linked or is there a different
> syntax with this file? I'm just trying to understand where I'm going
> wrong. My classes specified and linked via the manifests folder are
> working fine, but it seems as though my class referenced from the
> module I created aren't.

The setting can be obtained via:
puppet --configprint modulepath

The following command will provide all the configuration info:
puppet --configprint all

You can replace the service resource in Patrick's example with a
notify to see it in action without changing your system.

HTH,

Nan

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

Reply via email to