Hello, I currently use puppet-0.25.x version and I needed to improve the filebucket command. I added : - filebucket list : list all content of the bucket (local or remote) - filebucket diff : diff between 2 files in the filebucket or between the file in the current filesystem and the last matching filebucket file.
I posted this patch here : http://projects.puppetlabs.com/issues/5888 I saw, on the mailing list, that the ability to diff two filebucket files was developped. To me, it's not enough because, in most of the case, I need to know what changes were made just after the last puppet run. So, I want to port this patch to the 0.26.x branch and make it clean with non-reg tests. I am trying to understand how the link to the REST API is made to achieve this. I would like to have the feeling of the puppet dev team to know if what I wanted to do is correct or not. Also any advice on how to link a new command to the puppet REST API are welcome. Thanks. -- Aurélien Cedeyn -- You received this message because you are subscribed to the Google Groups "Puppet Developers" 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-dev?hl=en.
