From be60440b20fa9720a46857ab74b39be3dcbc4b71 Mon Sep 17 00:00:00 2001 From: James Shubin Date: Wed, 1 Mar 2017 16:16:23 -0500 Subject: [PATCH] readme: Add new blog post about metaparameters This also documents the recent semaphore work. --- README.md | 1 + docs/documentation.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 80a19556..f33852f6 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ We'd love to have your patches! Please send them by email, or as a pull request. | James Shubin | video | [Recording from High Load Strategy 2016](https://vimeo.com/191493409) | | James Shubin | video | [Recording from NLUUG 2016](https://www.youtube.com/watch?v=MmpwOQAb_SE&html5=1) | | James Shubin | blog | [Send/Recv in mgmt](https://ttboj.wordpress.com/2016/12/07/sendrecv-in-mgmt/) | +| James Shubin | blog | [Metaparameters in mgmt](https://ttboj.wordpress.com/2017/03/01/metaparameters-in-mgmt/) | ## diff --git a/docs/documentation.md b/docs/documentation.md index 935acb70..af02ee14 100644 --- a/docs/documentation.md +++ b/docs/documentation.md @@ -24,6 +24,7 @@ For more information, you may like to read some blog posts from the author: * [Automatic clustering in mgmt](https://ttboj.wordpress.com/2016/06/20/automatic-clustering-in-mgmt/) * [Remote execution in mgmt](https://ttboj.wordpress.com/2016/10/07/remote-execution-in-mgmt/) * [Send/Recv in mgmt](https://ttboj.wordpress.com/2016/12/07/sendrecv-in-mgmt/) +* [Metaparameters in mgmt](https://ttboj.wordpress.com/2017/03/01/metaparameters-in-mgmt/) There is also an [introductory video](http://meetings-archive.debian.net/pub/debian-meetings/2016/debconf16/Next_Generation_Config_Mgmt.webm) available. Older videos and other material [is available](https://github.com/purpleidea/mgmt/#on-the-web).