summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/puppet/type/augeas.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/puppet/type/augeas.rb b/lib/puppet/type/augeas.rb
index 20b5bbbc9..61339407b 100644
--- a/lib/puppet/type/augeas.rb
+++ b/lib/puppet/type/augeas.rb
@@ -34,8 +34,8 @@ Puppet::Type.newtype(:augeas) do
Sample usage with a string:
augeas{\"test1\" :
context => \"/files/etc/sysconfig/firstboot\",
- changes => \"set RUN_FIRSTBOOT YES\"
- onlyif => \"match other_value size > 0\"
+ changes => \"set RUN_FIRSTBOOT YES\",
+ onlyif => \"match other_value size > 0\",
}
Sample usage with an array and custom lenses: