My Recent Pastes (40 and counting)
Pastes by DavidS (40 and counting)
Below are the 10 most recent pasties by DavidS.
November 05, 2007
3:01PM EDT
by DavidS
View all 14 lines
david@zion:~/Work/puppet/puppet$ RUBYLIB=./lib/ ./bin/puppet --debug --trace --confdir /tmp/new/conf --vardir /tmp/new/var --parseonly /tmp/new/conf/manifests/site.pp 2>&1 debug: Failed to load library 'shadow' for feature 'libshadow' debug: Finishing transaction -610338378 with 0 changes debug: //File[/tmp/puppetblubb]: File does not exist debug: //File[/tmp/puppetblubb]: Changing ensure
September 11, 2007
4:10AM EDT
by DavidS
View all 21 lines
puppetmaster:/# puppetmasterd --debug --trace dnsdomainname: Unknown host debug: Parsing /etc/puppet/puppet.conf info: Starting server for Puppet version 0.23.2 debug: Creating interpreter
September 06, 2007
3:43PM EDT
by DavidS
View all 25 lines
david@zion:~/tmp/gits$ mkdir 5 david@zion:~/tmp/gits$ cd 5 /home/david/tmp/gits/5 david@zion:~/tmp/gits/5$ git init Initialized empty Git repository in .git/
September 06, 2007
1:09PM EDT
by DavidS
View all 15 lines
--- clone/.git/config 2007-09-06 19:05:01.000000000 +0200 +++ bare/config 2007-09-06 19:04:05.000000000 +0200 @@ -1,11 +1,4 @@ [core] repositoryformatversion = 0
August 17, 2007
7:14AM EDT
by DavidS
View all 17 lines
# Testfile $target = "/home/david/Work/puppet/puppet/david/test.conf" file { $target: checksum => md5 }
July 14, 2007
3:49AM EDT
by DavidS
View all 21 lines
## manifests/site.pp node ic { $ssh_port = "2200" err ("Set \$ssh_port on $fqdn to '${ssh_port}'") include ssh::server
April 13, 2007
10:51AM EDT
by DavidS
View all 15 lines
david@diode:/etc/exim4$ cat /etc/modules # /etc/modules: kernel modules to load at boot time. # # This file should contain the names of kernel modules that are # to be loaded at boot time, one per line. Comments begin with
March 19, 2007
9:34AM EDT
by DavidS
View all 26 lines
david@zion:~/Work/puppet/upstream/test$ sudo rake test --trace (in /home/david/Work/puppet/upstream/test) ** Invoke test (first_time) ** Execute test rake aborted!
March 18, 2007
6:34AM EDT
by DavidS
View all 16 lines
## test.pp class testclass { $var = muh define def() { notice ( "\$var = '$var'" )
March 16, 2007
7:45AM EDT
by DavidS
View all 20 lines
## site.pp node { $nagios_parent = "somehost" include nagios_target }