My site.pp:

# /etc/puppet/manifests/site.pp

import "definitions/*.pp"
import "modules/*.pp"
import "nodes/pax/*.pp"
#import "nodes/den/*.pp"

# The filebucket option allows for file backups to the server
filebucket { main: server => 'puppet' }

# Set global defaults - including backing up all files to the main
filebucket and adds a global path
File { backup => main }
Exec { path => "/usr/bin:/usr/sbin/:/bin:/sbin" }

Package {
    provider => yum,
    require => $operatingsystem ? {
        default => Class['yum::client']
    }
}

node default {
}

Doug.



On Fri, Aug 20, 2010 at 7:17 PM, Jeff McCune <j...@puppetlabs.com> wrote:
> On Aug 20, 2010, at 5:06 PM, Douglas Garstang <doug.garst...@gmail.com> wrote:
>>
>> When I create a default node, the client logs:
>>
>> Aug 21 00:04:09 app01 puppet-agent[5975]: Starting Puppet client version 
>> 2.6.0
>> Aug 21 00:04:10 app01 puppet-agent[5975]: Finished catalog run in 0.01 
>> seconds
>>
>> .... which doesn't really help.
>>
>> Doug.
>
> Please copy and paste your default node stanza.
>
> -Jeff
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Puppet Users" group.
> To post to this group, send email to puppet-us...@googlegroups.com.
> To unsubscribe from this group, send email to 
> puppet-users+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/puppet-users?hl=en.
>
>



-- 
Regards,

Douglas Garstang
http://www.linkedin.com/in/garstang
Email: doug.garst...@gmail.com
Cell: +1-805-340-5627

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to