Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Clearly not understanding import
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Evan Hisey  
View profile  
 More options Jun 24 2008, 3:59 pm
From: "Evan Hisey" <ehi...@gmail.com>
Date: Tue, 24 Jun 2008 14:59:20 -0500
Local: Tues, Jun 24 2008 3:59 pm
Subject: Re: [Puppet Users] Re: Clearly not understanding import
On Tue, Jun 24, 2008 at 2:46 PM, steve koppelman
<steve.koppel...@gmail.com> wrote:

> When I posted those files, nodes.pp was empty. Still is. Now I have
> some nodes in site.pp as follows, at the end of the site.pp manifest.

> node default {
>        include base
> }

> node "foo.bar.com" inherits default {
>        exec { "/usr/bin/svn up":
>                cwd => "/var/spool/puppet-conf-aep/configs",
>                schedule => everyfive
>        }

>        # I AM THE PUPPETMASTER
>        service { "puppetmaster":
>                ensure => running,
>        enable => true,
>    }
>    file { "/var/spool/puppet-conf-aep":
>                ensure => directory,
>        }
> }

> #puppet.conf (default, as installed by DAG/rpmforge package)

> [main]
>    # Where Puppet stores dynamic and growing data.
>    # The default value is '/var/puppet'.
>    vardir = /var/lib/puppet

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

> [puppetd]
>    # 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

This will likely give the same error but try running puppetd --test
--noop adn see what teh messages are.

Evan


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.