<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -18,7 +18,7 @@ define sysctl::set_value(
  	}
 
  	sysctl { $name:
- 		wert =&gt; &quot;$value&quot;,
+ 		val =&gt; &quot;$value&quot;,
  		notify =&gt; Exec[&quot;exec_sysctl_${name}&quot;],
  	}
 }</diff>
      <filename>manifests/init.pp</filename>
    </modified>
    <modified>
      <diff>@@ -12,6 +12,6 @@ Puppet::Type.type(:sysctl).provide(:parsed,
     text_line :comment, :match =&gt; /^#/;
     text_line :blank, :match =&gt; /^\s*$/;
 
-    record_line :parsed, :fields =&gt; %w{name wert}, :joiner =&gt; ' = ', :separator =&gt; /\s*=\s*/
+    record_line :parsed, :fields =&gt; %w{name val}, :joiner =&gt; ' = ', :separator =&gt; /\s*=\s*/
 
 end</diff>
      <filename>plugins/puppet/provider/sysctl/parsed.rb</filename>
    </modified>
    <modified>
      <diff>@@ -25,7 +25,7 @@ module Puppet
             isnamevar
         end
         
-        newproperty(:wert) do
+        newproperty(:val) do
             desc &quot;Value the parameter should be set to&quot;
         end
 </diff>
      <filename>plugins/puppet/type/sysctl.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>57f89ca00b14b005a9ed7fe2458e52d45b41d41b</id>
    </parent>
  </parents>
  <author>
    <name>mh</name>
    <email>mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279</email>
  </author>
  <url>http://github.com/duritong/puppet-sysctl/commit/7fdd06a1b2372d0eed0263721d58b029ef544498</url>
  <id>7fdd06a1b2372d0eed0263721d58b029ef544498</id>
  <committed-date>2008-01-11T10:44:10-08:00</committed-date>
  <authored-date>2008-01-11T10:44:10-08:00</authored-date>
  <message>new try with sysctl

git-svn-id: https://rfd.cronopios.org/ipuppet/trunk/modules/sysctl@493 d66ca3ae-40d7-4aa7-90d4-87d79ca94279</message>
  <tree>c806d216a3df67af5e007727801e50ed40ff5ce1</tree>
  <committer>
    <name>mh</name>
    <email>mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279</email>
  </committer>
</commit>
