diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index 549c710e..1cc2532d 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -98,6 +98,11 @@ installation of the `mysql-server` package. You can disable autoedges for a resource by setting the `autoedge` key on the meta attributes of that resource to `false`. +####Blog post + +You can read the introductory blog post about this topic here: +[https://ttboj.wordpress.com/2016/03/14/automatic-edges-in-mgmt/](https://ttboj.wordpress.com/2016/03/14/automatic-edges-in-mgmt/) + ###Autogrouping Automatic grouping or AutoGroup is the mechanism in mgmt by which it will @@ -112,6 +117,11 @@ used for other use cases too. You can disable autogrouping for a resource by setting the `autogroup` key on the meta attributes of that resource to `false`. +####Blog post + +You can read the introductory blog post about this topic here: +[https://ttboj.wordpress.com/2016/03/30/automatic-grouping-in-mgmt/](https://ttboj.wordpress.com/2016/03/30/automatic-grouping-in-mgmt/) + ##Usage and frequently asked questions (Send your questions as a patch to this FAQ! I'll review it, merge it, and respond by commit with the answer.) diff --git a/README.md b/README.md index 99fb607e..438e78c9 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ We'd love to have your patches! Please send them by email, or as a pull request. * 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/) +* Blog post on automatic grouping: [https://ttboj.wordpress.com/2016/03/30/automatic-grouping-in-mgmt/](https://ttboj.wordpress.com/2016/03/30/automatic-grouping-in-mgmt/) ##