My Recent Pastes (40 and counting)

Pastes by plathrop (40 and counting)

Pages:

Below are the 15 most recent pasties by plathrop.

March 04, 2010
12:59PM EDT
by plathrop

plathrop@lmgmt /home/plathrop 3 [0] $ ssh root@puppet ls -lah /var/log/puppet 
total 1.9M
drwxr-x---  2 puppet puppet 4.0K 2010-02-28 06:25 .
drwxr-xr-x 11 root   root   4.0K 2010-03-04 06:25 ..
-rw-r-----  1 root   puppet    0 2010-02-28 06:25 http.log

March 04, 2010
12:22PM EDT
by plathrop

---
classes:
- site::base-node
- digg-gearman::server
- digg-gearman::worker

July 24, 2009
4:19PM EDT
by plathrop

[main]
logdir = /var/log/puppet
report = true
rundir = /var/run/puppet
ssldir = /var/lib/puppet/ssl

July 10, 2009
6:12PM EDT
by plathrop

## s0002:/var/lib/puppet/yaml/node# less v0029.vm.digg.internal.yaml
--- !ruby/object:Puppet::Node
classes: []

expiration: 2009-07-10 15:29:01.755741 -07:00

June 15, 2009
5:53PM EDT
by plathrop

## init.pp
class digg-solr::base {
  include sun-java

  package {

June 11, 2009
12:06PM EDT
by plathrop

  $java_preseed = "
  sun-java6-jre sun-java6-jre/stopthread        boolean true
  sun-java6-bin shared/accepted-sun-dlj-v1-1    boolean true
  sun-java6-jdk shared/accepted-sun-dlj-v1-1    boolean true
  sun-java6-jre shared/accepted-sun-dlj-v1-1    boolean true

June 03, 2009
7:23PM EDT
by plathrop

## manifest snippet
  host {
    $fqdn:
      alias => [$hostname, "localhost"],
      ip => "127.0.0.1";

May 20, 2009
5:31PM EDT
by plathrop

class site::web-base inherits apache{
  include site::digg-php

  Apache::Module {
    notify => Service["apache"]

May 20, 2009
5:08PM EDT
by plathrop

class sun-java {

  $java_preseed_path = "/var/cache/local/preseed/sun-java6-jdk.seed"
  $java_preseed = "
  sun-java6-jre sun-java6-jre/stopthread        boolean true

May 14, 2009
4:45PM EDT
by plathrop

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

May 14, 2009
4:24PM EDT
by plathrop

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

May 14, 2009
3:32PM EDT
by plathrop

err: Could not retrieve catalog: Failed to parse template ldap/ldap.erb: Could not find value for 'dn_0' at /var/lib/puppet/modules/dist/ldap/manifests/init.pp:10 on node netsvc.lrk.sys
warning: Not using cache on failed catalog

manifest:

May 14, 2009
3:16PM EDT
by plathrop

testpaste

May 14, 2009
3:13PM EDT
by plathrop

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

December 03, 2008
3:07PM EDT
by plathrop

Dec  3 12:00:47 admin puppetd[22296]: Connection timeout calling fileserver.list: execution expired
Dec  3 12:00:47 admin puppetd[22296]: (/File[/var/lib/puppet/lib]) Failed to generate additional resources during transaction: exception class/object expected
Dec  3 12:04:19 admin puppetd[22296]: Could not call fileserver.describe: #<Errno::ECONNRESET: Connection reset by peer>
Dec  3 12:04:19 admin puppetd[22296]: (/File[/var/lib/puppet/lib]) Failed to retrieve current state of resource: Connection reset by peer Could not describe /plugins: Connection reset by peer
Dec  3 12:06:20 admin puppetd[22296]: Connection timeout calling puppetmaster.getconfig: execution expired

Next page