search for: scaldwel

Displaying 4 results from an estimated 4 matches for "scaldwel".

Did you mean: scaldwell
2008 Mar 29
10
create new clientconfigs database
Hi, I''m upgrading from 23.2 to the latest and have "dbmigrate = true" in my config. When I try to run puppetd, I''m getting: Could not migrate database: SQLite3::SQLException: no such table: schema_info: SELECT version FROM schema_info I''m perfectly blowing away my old db (by deleting /var/lib/puppet/ state/clientconfigs.sqlite3 ?), but I haven''t
2005 Oct 11
0
Re: stylesheets directory unavailable in Apache but notWebrick
...the stylesheets work? Anyone have any ideas? Thanks in advance, Scott Thanks, Scott Caldwell Database Administrator City of Fayetteville 113 W Mountain St Fayetteville, AR 72701 (479) 575-8329 phone (479) 575-8316 fax http://www.accessfayetteville.org/ http://www.faygis.org/ >>> scaldwell-/DAvXy6QZ+vK3RCjbGthhYxCdd4DKPPf@public.gmane.org 10/10/2005 4:08:53 PM >>> I''m running 0.13.1.. I''ve rerun the rails command for this application but no luck. Thanks, Scott Caldwell Database Administrator City of Fayetteville 113 W Mountain St Fayetteville, A...
2008 Jul 09
1
Deleting an exported resource
I had a host that was exporting a resource to another host to trigger backups. The first host has now gone away, but the second host is still seeing the exported resource (because it still exists in the puppetmaster''s database). I fixed the problem by going in to the database and deleting all the rows I could find that related to the absent host, but I''m wondering if
2008 Oct 08
9
Inheritance syntax question
If I try the following: class foo { define bar ($text) { file {"/tmp/foo.txt": content => $text, } } bar { "hello": text => ''Hello World'', } } class foo2 inherits foo { Foo::bar["default"] { text => ''Hello World Again'', } } I get: "Syntax error at '':''; expected