Update docs and README to mention new blog post

woo... it's done! thanks to my reviewers!
This commit is contained in:
James Shubin
2016-03-30 06:08:31 -04:00
parent fa8a50b525
commit f6833fde29
2 changed files with 11 additions and 0 deletions

View File

@@ -98,6 +98,11 @@ installation of the `mysql-server` package.
You can disable autoedges for a resource by setting the `autoedge` key on You can disable autoedges for a resource by setting the `autoedge` key on
the meta attributes of that resource to `false`. 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 ###Autogrouping
Automatic grouping or AutoGroup is the mechanism in mgmt by which it will 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 You can disable autogrouping for a resource by setting the `autogroup` key on
the meta attributes of that resource to `false`. 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 ##Usage and frequently asked questions
(Send your questions as a patch to this FAQ! I'll review it, merge it, and (Send your questions as a patch to this FAQ! I'll review it, merge it, and
respond by commit with the answer.) respond by commit with the answer.)

View File

@@ -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/) * 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/) * 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 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/)
## ##