The paths below are in the main part of the puppet.conf file and I just 
restart the puppet master process again and still nothing. I am thinking of 
creating a production directory in /etc/puppet like so /etc/puppet/prod and 
makeing the change in /etc/puppet/puppet.conf file to see if that works.
  # The default value is '$confdir/manifests'.
#    manifestdir = /etc/puppet/manifests
    manifestdir = /etc/puppet2/manifests
 
    # The search path for modules, as a list of directories separated by 
the system path separator character. (Th
e POSIX path separator is ':', and the Windows path separator is ';'.)
    # The default value is '$confdir/modules:/usr/share/puppet/modules'.
#    modulepath = /etc/puppet/modules:/usr/share/puppet/modules
      modulepath = /etc/puppet2/modules:/usr/share/puppet/modules
 
On the master server:
[root@ct-eng-pup puppet]# ps -ef |grep puppet
puppet    6143     1  0 14:43 ?        00:00:00 /usr/bin/ruby 
/usr/bin/puppet master
root      6162  5640  0 14:46 pts/0    00:00:00 grep puppet
[root@ct-eng-pup puppet]# date
Mon Mar  4 14:54:56 PST 2013
[root@ct-eng-pup puppet]#
 
On the puppet agent.
[root]# puppet agent --server ct-eng-pup.caretools.ent --test --noop
info: Caching catalog for pdlnx-adpt03.kareoprod.ent
info: Applying configuration version '1362437517'
notice: Finished catalog run in 0.33 seconds
[root]#

On Monday, March 4, 2013 12:49:31 PM UTC-8, JGonza1 wrote:

> I also made the changes below in the puppet.conf file to tell puppet where 
> to look for the the modules and manifests. I then restart the puppet master 
> then ran puppet  command to apply changes to a puppet client it did not 
> find anything to change just got these three lines "info: Caching catalog 
> for pdlnx-adpt03.kareoprod.ent, info: Applying configuration version 
> '1362084986', notice: Finished catalog run in 0.33 seconds". WWhen I put 
> the modules and manifests back in the original place puppet works. Is there 
> anywhere else where I need to change the path to the modules?
>  
>  
> Changes that I made to puppet.conf file to point to the ne location of the 
> modules and manifest.
>  
>   # The default value is '$confdir/manifests'.
> #    manifestdir = /etc/puppet/manifests
>     manifestdir = /etc/puppet2/manifests
>  
>  
>  # The search path for modules, as a list of directories separated by the 
> system path separator character. (Th
> e POSIX path separator is ':', and the Windows path separator is ';'.)
>     # The default value is '$confdir/modules:/usr/share/puppet/modules'.
> #    modulepath = /etc/puppet/modules:/usr/share/puppet/modules
>       modulepath = /etc/puppet2/modules:/usr/share/puppet/modules
>  
>  
>

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to