On Jul 17, 7:41 pm, James Turnbull <[email protected]> wrote:

> Overall instructions for installing and running the Dashboard can be
> found at:
>
> http://github.com/reductivelabs/puppet-dashboard

Hello,

The documentation for "Puppet 0.25.x and earlier" suggests the
following course of action :
you would add a line to your puppet.conf like:
libdir = /opt/puppet-dashboard/lib/puppet:/var/puppet/lib

However this does result in the intended effect.  Consider :

$ puppet --version
0.25.5

$ grep libdir /etc/puppet/puppet.conf
    libdir = /usr/share/puppet-dashboard/lib:/var/lib/puppet/lib

$ sudo puppet --configprint libdir
/usr/share/puppet-dashboard/lib:/var/lib/puppet/lib

$ sudo /sbin/service puppet restart
Stopping puppet:                                           [  OK  ]
Starting puppet: Could not prepare for execution: Got 1 failure(s)
while initializing: change from absent to directory failed: Cannot
create /usr/share/puppet-dashboard/lib:/var/lib/puppet/lib; parent
directory /usr/share/puppet-dashboard/lib:/var/lib/puppet does not
exist
                                                           [FAILED]

Puppet appears to be looking for the literal contents of "libdir",
instead of interpreting a colon-separated list (which, i assume, is
the intended behaviour).

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