[prev in list] [next in list] [prev in thread] [next in thread] 

List:       puppet-commit
Subject:    [Puppet-commit] puppet revision 1996
From:       svn () madstop ! com
Date:       2006-12-29 19:38:54
Message-ID: 20061229193854.52EBE16F419 () culain ! madstop ! com
[Download RAW message or body]

luke 2006-12-29 13:38:54 -0600 (Fri, 29 Dec 2006)
Removing debugging
Modified: trunk/lib/puppet/parser/collector.rb
===================================================================
--- trunk/lib/puppet/parser/collector.rb	2006-12-29 18:15:53 UTC (rev 1995)
+++ trunk/lib/puppet/parser/collector.rb	2006-12-29 19:38:54 UTC (rev 1996)
@@ -26,8 +26,6 @@
             #Puppet.info "Host %s is uninitialized" % @scope.host
         end
 
-        p args
-
         # Now look them up in the rails db.  When we support attribute comparison
         # and such, we'll need to vary the conditions, but this works with no
         # attributes, anyway.
@@ -35,7 +33,6 @@
             Puppet::Rails::Resource.find_all_by_restype_and_exported(@type, true,
                 args
             ).each do |obj|
-                p obj
                 if resource = export_resource(obj)
                     count += 1
                     resources << resource

Modified: trunk/lib/puppet/rails.rb
===================================================================
--- trunk/lib/puppet/rails.rb	2006-12-29 18:15:53 UTC (rev 1995)
+++ trunk/lib/puppet/rails.rb	2006-12-29 19:38:54 UTC (rev 1996)
@@ -6,7 +6,7 @@
 module Puppet::Rails
     Puppet.config.setdefaults(:puppetmaster,
         :dblocation => { :default => "$statedir/clientconfigs.sqlite3",
-            :mode => 0600,
+            :mode => 0660,
             :owner => "$user",
             :group => "$group",
             :desc => "The database cache for client configurations.  Used for


[Attachment #3 (text/html)]

<p><b>luke</b> 2006-12-29 13:38:54 -0600 (Fri, 29 Dec 2006)</p><p>Removing debugging<br>
</p><hr noshade><pre><font color="gray">Modified: trunk/lib/puppet/parser/collector.rb
===================================================================
--- trunk/lib/puppet/parser/collector.rb	2006-12-29 18:15:53 UTC (rev 1995)
+++ trunk/lib/puppet/parser/collector.rb	2006-12-29 19:38:54 UTC (rev 1996)
@@ -26,8 +26,6 @@
             #Puppet.info &quot;Host %s is uninitialized&quot; % @scope.host
         end
 
-        p args
-
         # Now look them up in the rails db.  When we support attribute comparison
         # and such, we'll need to vary the conditions, but this works with no
         # attributes, anyway.
@@ -35,7 +33,6 @@
             Puppet::Rails::Resource.find_all_by_restype_and_exported(@type, true,
                 args
             ).each do |obj|
-                p obj
                 if resource = export_resource(obj)
                     count += 1
                     resources &lt;&lt; resource

Modified: trunk/lib/puppet/rails.rb
===================================================================
--- trunk/lib/puppet/rails.rb	2006-12-29 18:15:53 UTC (rev 1995)
+++ trunk/lib/puppet/rails.rb	2006-12-29 19:38:54 UTC (rev 1996)
@@ -6,7 +6,7 @@
 module Puppet::Rails
     Puppet.config.setdefaults(:puppetmaster,
         :dblocation =&gt; { :default =&gt; &quot;$statedir/clientconfigs.sqlite3&quot;,
-            :mode =&gt; 0600,
+            :mode =&gt; 0660,
             :owner =&gt; &quot;$user&quot;,
             :group =&gt; &quot;$group&quot;,
             :desc =&gt; &quot;The database cache for client configurations.  Used for

</font>
</pre>


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic