[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 0.25.5-639-g8f94f35
test branch
puppet-dev at googlegroups.com
Wed Jul 14 10:30:29 UTC 2010
The following commit has been merged in the upstream branch:
commit b2d172878778156a6b6a9ff6088500eebec71a86
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date: Mon Mar 22 08:52:49 2010 -0400
fixed a couple of typos
diff --git a/lib/puppet/provider/augeas/augeas.rb b/lib/puppet/provider/augeas/augeas.rb
index dde676c..427d997 100644
--- a/lib/puppet/provider/augeas/augeas.rb
+++ b/lib/puppet/provider/augeas/augeas.rb
@@ -291,7 +291,7 @@ Puppet::Type.type(:augeas).provide(:augeas) do
save_result = @aug.save
saved_files = @aug.match("/augeas/events/saved")
if save_result and not files_changed?
- debug("Skipping becuase no files were changed")
+ debug("Skipping because no files were changed")
return_value = false
else
debug("Files changed, should execute")
diff --git a/lib/puppet/type/augeas.rb b/lib/puppet/type/augeas.rb
index c2b164e..3deed13 100644
--- a/lib/puppet/type/augeas.rb
+++ b/lib/puppet/type/augeas.rb
@@ -166,7 +166,7 @@ Puppet::Type.newtype(:augeas) do
end
# if the onlyif resource is provided, then the value is parsed.
- # a return value of 0 will stop exection becuase it matches the
+ # a return value of 0 will stop exection because it matches the
# default value.
def retrieve
if @resource.provider.need_to_run?()
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list