My Recent Pastes (4 and counting)

Pastes by nickv (4 and counting)

Below are the 4 most recent pasties by nickv.

June 30, 2009
3:15PM EDT
by nickv

# /ugo/bin/puppetd --confdir=/ugo/etc --test
info: Caching catalog at /ugo/var/lib/puppet/localconfig.yaml
notice: Starting catalog run
wrong number of arguments (2 for 1)
warning: Service[svc:/network/ntp:default](provider=smf): Could not get status on service svc:/network/ntp:default

June 30, 2009
3:11PM EDT
by nickv

class ntp {
   file { "/etc/inet/ntp.conf":
      owner  => "root",
      group  => "root",
      mode   => "644",

June 30, 2009
11:53AM EDT
by nickv

class ntp {
   file {"/etc/inet/ntp.conf":
      owner  => root,
      group  => root,
      mode   => 644,

June 30, 2009
11:49AM EDT
by nickv

notice: //Node[default]/ntp/File[/etc/inet/ntp.conf]: Filebucketed to  with sum 7ea753d6351d18e44cbb9ac10389d443
notice: //Node[default]/ntp/File[/etc/inet/ntp.conf]/source: replacing from source puppet://puppet/files/opensolaris_x86/ntp.conf with contents {md5}5fef2d86a19a04be99fe33cb089b2cb0
wrong number of arguments (2 for 1)
err: //Node[default]/ntp/Exec[/usr/bin/echo test > /tmp/ntp_test]/returns: change from notrun to 0 failed: /usr/bin/echo test > /tmp/ntp_test returned 1 instead of 0 at /etc/puppet/manifests/classes/opensolaris_x86/ntp.pp:10
notice: Finished catalog run in 1.96 seconds