Hello,
  I have followed the documentation at 
http://docs.puppetlabs.com/dashboard/manual/1.2/bootstrapping.html to try 
to setup dashboard but after I manually add a node it shows up as 
unreported. The agent has successfully completed a very basic catalog run 
just adding a file to the file-system.

Dashboard v1.2
Puppet   puppet-server.noarch    2.7.19-1.el6


SERVER:
-bash-4.1$ cat /etc/puppet/puppet.conf
[main]
    # The Puppet log directory.
    # The default value is '$vardir/log'.
    logdir = /var/log/puppet

    # Where Puppet PID files are kept.
    # The default value is '$vardir/run'.
    rundir = /var/run/puppet

    # Where SSL certificates are kept.
    # The default value is '$confdir/ssl'.
    ssldir = $vardir/ssl
[master]
    reports = store, http
    reporturl = http://us3sm2ppt001.comp.prod.local:3000/reports/upload
[agent]
    # The file in which puppetd stores a list of the classes
    # associated with the retrieved configuratiion.  Can be loaded in
    # the separate ``puppet`` executable using the ``--loadclasses``
    # option.
    # The default value is '$confdir/classes.txt'.
    classfile = $vardir/classes.txt

    # Where puppetd caches the local configuration.  An
    # extension indicating the cache format is added automatically.
    # The default value is '$confdir/localconfig'.
    localconfig = $vardir/localconfig
    certname = us3sm2ppt001.comp.prod.local
    server = us3sm2ppt001.comp.prod.local
    report = true


AGENT
-bash-4.1$ cat /etc/puppet/puppet.conf
[main]
    # The Puppet log directory.
    # The default value is '$vardir/log'.
    logdir = /var/log/puppet

    # Where Puppet PID files are kept.
    # The default value is '$vardir/run'.
    rundir = /var/run/puppet

    # Where SSL certificates are kept.
    # The default value is '$confdir/ssl'.
    ssldir = $vardir/ssl
[agent]
    # The file in which puppetd stores a list of the classes
    # associated with the retrieved configuratiion.  Can be loaded in
    # the separate ``puppet`` executable using the ``--loadclasses``
    # option.
    # The default value is '$confdir/classes.txt'.
    classfile = $vardir/classes.txt

    # Where puppetd caches the local configuration.  An
    # extension indicating the cache format is added automatically.
    # The default value is '$confdir/localconfig'.
    localconfig = $vardir/localconfig
    server = us3sm2ppt001.comp.prod.local
    certname = us3sm2nn010r07.comp.prod.local
    report = true

I am uncertain about where the master should be configured to send reports 
to. reports/upload doesn't seem to exist and I just followed the default 
location in the documentation.

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/puppet-users/-/xNNacEjU660J.
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