From b2bd05d8701e5e785cf5da4136bfd65a419e6b34 Mon Sep 17 00:00:00 2001 From: Matt Robinson Date: Mon, 28 Jun 2010 17:08:02 -0700 Subject: maint: Confine a test that depends on sqlite I'm also going to update the wiki to mention sqlite is a test dependency --- lib/puppet/feature/base.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib') diff --git a/lib/puppet/feature/base.rb b/lib/puppet/feature/base.rb index 2bdff3fcb..a72ebb0eb 100644 --- a/lib/puppet/feature/base.rb +++ b/lib/puppet/feature/base.rb @@ -48,3 +48,6 @@ raise Puppet::Error,"Cannot determine basic system flavour" unless Puppet.featur # We have CouchDB Puppet.features.add(:couchdb, :libs => ["couchrest"]) + +# We have sqlite +Puppet.features.add(:sqlite, :libs => ["sqlite3"]) -- cgit