[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, master, updated. debian/0.24.7-1-98-gf19c0e5
James Turnbull
james at lovedthanlost.net
Wed Apr 8 21:48:13 UTC 2009
The following commit has been merged in the master branch:
commit 2561c8e252dcf66890513458750bb1329a03beec
Author: James Turnbull <james at lovedthanlost.net>
Date: Sat Feb 14 09:57:49 2009 +1100
Updated Augeas type code
diff --git a/lib/puppet/type/augeas.rb b/lib/puppet/type/augeas.rb
index 67b62e8..c89400b 100644
--- a/lib/puppet/type/augeas.rb
+++ b/lib/puppet/type/augeas.rb
@@ -92,10 +92,12 @@ Puppet::Type.newtype(:augeas) do
rm [PATH] Removes the node at location PATH
remove [PATH] Synonym for rm
clear [PATH] Keeps the node at PATH, but removes the value.
- ins [PATH] Inserts an empty node at PATH.
- insert [PATH] Synonym for ins
+ ins [LABEL] [WHERE] [PATH]
+ Inserts an empty node LABEL either [WHERE={before|after}] PATH.
+ insert [LABEL] [WHERE] [PATH]
+ Synonym for ins
- If the parameter 'context' is set that that value is prepended to PATH"
+ If the parameter 'context' is set that value is prepended to PATH"
munge do |value|
provider.parse_commands(value)
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list