Issue #2728 has been updated by Michael Knox. Target version changed from Statler to 2.6.x
This has been bugging me for a while, so I've created a patch so Puppet will show the changes that the Augeas provider will make. <https://github.com/mikeknox/puppet/commit/33301966d4c803640cb9aaed13b81bd7fd285484> <https://github.com/mikeknox/puppet/tree/feature/master/2728> Output sample is: <pre> info: Augeas[my.cnf/mysqld](provider=augeas): --- /etc/my.cnf 2011-03-18 18:09:46.343264543 +1100 +++ /etc/my.cnf.augnew 2011-03-18 21:29:39.706254147 +1100 @@ -133,7 +133,7 @@ character-set-server=utf8 log-warnings=1 skip-external-locking=1 -log-error=/var/log/mysql.log +log-error=/var/log/mysql.err set=log-slow-queries key_buffer=16M table_cache=64 notice: /Stage[main]/Mysql::Server/Augeas[my.cnf/mysqld]/returns: is need_to_run, should be 0 (noop) </pre> Also this issue seems to be duplicated by feature #5400 ---------------------------------------- Feature #2728: augeas show print file changes as applicable via --show_diff https://projects.puppetlabs.com/issues/2728 Author: defunt Bode Status: Needs More Information Priority: Normal Assignee: Bryan Kearney Category: augeas Target version: 2.6.x Affected Puppet version: 0.25.0 Keywords: Branch: It would be nice for augeas to display changes when puppetd is run from the command line. (Just like file changes with show_diff) -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
