-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Micah Anderson wrote:
> I have to say, I am impressed at this release (and the previous one!),
> you all are really getting this process down and the things that are
> included in this release are exciting! 

Thanks - it's still only a candidate though and we need people to be
testing!

>> * Multiline comments
> 
> What is this? The full changelog below just says:
>>     Added multiline comment support
> No tickets or anything referenced.

Sorry - that should have had:

http://projects.reductivelabs.com/issues/show/1402

>> * An augeas type
> 
> Also cool, but I've got no clue how it can be used. Any hints on this?
> Maybe there will be auto-generated documentation somewhere that details
> it?

The doco would have been auto-genned when the release happened and added
 to the type reference.  In the meantime from the @doc block in the type:

    @doc = "Apply the changes (single or array of changes) to the
filesystem via the augeas tool.

         Requires:
           - augeas to be installed (http://www.augeas.net)
           - ruby-augeas bindings

         Sample usage with a string:
            augeas{\"test1\" :
                   context => \"/files/etc/sysconfig/firstboot\",
                   changes => \"set RUN_FIRSTBOOT YES\",
                   onlyif  => \"match other_value size > 0\",
             }

         Sample usage with an array and custom lenses:
            augeas{\"jboss_conf\":
                context => \"/files\",
                changes => [
                    \"set /etc/jbossas/jbossas.conf/JBOSS_IP $ipaddress\",
                    \"set /etc/jbossas/jbossas.conf/JAVA_HOME /usr\"
                ],
                load_path => \"$/usr/share/jbossas/lenses\",
            }
         "

Thanks for the feedback.

James

- --
Author of:
* Pulling Strings with Puppet
(http://www.amazon.com/gp/product/1590599780/)
* Pro Nagios 2.0
(http://www.amazon.com/gp/product/1590596099/)
* Hardening Linux
(http://www.amazon.com/gp/product/1590594444/)

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJPulJ9hTGvAxC30ARAtSjAJ4pXBC+iWpzAMlRUhtloeOTxHloLgCaAj33
x2Fg10N8rGMWRW3TuCUT/k0=
=S1YE
-----END PGP SIGNATURE-----

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to