From b4ac0e2e7c4a368a5485d11bad39a8c22538706c Mon Sep 17 00:00:00 2001 From: James Shubin Date: Mon, 14 Mar 2016 01:03:35 -0400 Subject: [PATCH] Update README and docs with information about new blog post --- DOCUMENTATION.md | 7 +++++++ README.md | 1 + 2 files changed, 8 insertions(+) diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index 90a3d2ca..d25f390f 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -49,6 +49,13 @@ The mgmt tool is a distributed, event driven, config management tool, that supports parallel execution, and librarification to be used as the management foundation in and for, new and existing software. +For more information, you may like to read some blog posts from the author: + +* [Next generation config mgmt](https://ttboj.wordpress.com/2016/01/18/next-generation-configuration-mgmt/) +* [Automatic edges in mgmt](https://ttboj.wordpress.com/2016/03/14/automatic-edges-in-mgmt/) + +There is also an [introductory video](https://www.youtube.com/watch?v=GVhpPF0j-iE&html5=1) available. + ##Setup During this prototype phase, the tool can be run out of the source directory. diff --git a/README.md b/README.md index 953feb16..99fb607e 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ We'd love to have your patches! Please send them by email, or as a pull request. * Walter Heck at CfgMgmtCamp.eu 2016: [http://www.slideshare.net/olindata/configuration-management-time-for-a-4th-generation/3](http://www.slideshare.net/olindata/configuration-management-time-for-a-4th-generation/3) * Marco Marongiu on mgmt: [http://syslog.me/2016/02/15/leap-or-die/](http://syslog.me/2016/02/15/leap-or-die/) * Felix Frank on puppet to mgmt "transpiling" [https://ffrank.github.io/features/2016/02/18/from-catalog-to-mgmt/](https://ffrank.github.io/features/2016/02/18/from-catalog-to-mgmt/) +* Blog post on automatic edges and the pkg resource: [https://ttboj.wordpress.com/2016/03/14/automatic-edges-in-mgmt/](https://ttboj.wordpress.com/2016/03/14/automatic-edges-in-mgmt/) ##