diff options
| author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-02-17 19:34:08 +0000 |
|---|---|---|
| committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-02-17 19:34:08 +0000 |
| commit | deab3a0698ea1cb2824a1a4478078385791a8e99 (patch) | |
| tree | c8217659cdfcd99074073df695f51dacc88b17f9 /lib | |
| parent | 3d093ae712ce6fe7c59cd616a092c1aedfd1b976 (diff) | |
| download | puppet-deab3a0698ea1cb2824a1a4478078385791a8e99.tar.gz puppet-deab3a0698ea1cb2824a1a4478078385791a8e99.tar.xz puppet-deab3a0698ea1cb2824a1a4478078385791a8e99.zip | |
Fixing the default dbadapter back to sqlite3
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2212 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/puppet/rails.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/rails.rb b/lib/puppet/rails.rb index a582dcef9..28f2b8584 100644 --- a/lib/puppet/rails.rb +++ b/lib/puppet/rails.rb @@ -12,7 +12,7 @@ module Puppet::Rails :desc => "The database cache for client configurations. Used for querying within the language." }, - :dbadapter => [ "mysql", "The type of database to use." ], + :dbadapter => [ "sqlite3", "The type of database to use." ], :dbmigrate => [ false, "Whether to automatically migrate the database." ], :dbname => [ "puppet", "The name of the database to use." ], :dbserver => [ "localhost", "The database server for Client caching. Only |
