summaryrefslogtreecommitdiffstats
path: root/test/puppettest.rb
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-05-13 04:52:34 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-05-13 04:52:34 +0000
commit5863a0336e1f3bd5e1be85676bb0e7ac7337f2e6 (patch)
tree7d6cadbf16f19cab8d3c89db3a4b95161241c88b /test/puppettest.rb
parent0819e35be74bc997c3a953f05bab874b8d76429d (diff)
downloadpuppet-5863a0336e1f3bd5e1be85676bb0e7ac7337f2e6.tar.gz
puppet-5863a0336e1f3bd5e1be85676bb0e7ac7337f2e6.tar.xz
puppet-5863a0336e1f3bd5e1be85676bb0e7ac7337f2e6.zip
Adding initial rails support. One can now store host configurations using ActiveRecord into a database (I have only tested sqlite3). Tomorrow will be the grammars used to retrieve those records for object collection.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1187 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test/puppettest.rb')
-rw-r--r--test/puppettest.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/puppettest.rb b/test/puppettest.rb
index d0c7a5778..f9014245a 100644
--- a/test/puppettest.rb
+++ b/test/puppettest.rb
@@ -59,7 +59,7 @@ module TestPuppet
if $0 =~ /.+\.rb/ or Puppet[:debug]
Puppet::Log.newdestination :console
Puppet::Log.level = :debug
- $VERBOSE = 1
+ #$VERBOSE = 1
else
Puppet::Log.close
Puppet::Log.newdestination tempfile()