diff options
| -rw-r--r-- | gemfeed/2026-03-02-rcm-ruby-configuration-management-dsl.html | 4 | ||||
| -rw-r--r-- | gemfeed/atom.xml | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/gemfeed/2026-03-02-rcm-ruby-configuration-management-dsl.html b/gemfeed/2026-03-02-rcm-ruby-configuration-management-dsl.html index 5d15dc71..b334b34d 100644 --- a/gemfeed/2026-03-02-rcm-ruby-configuration-management-dsl.html +++ b/gemfeed/2026-03-02-rcm-ruby-configuration-management-dsl.html @@ -34,7 +34,7 @@ <li>⇢ <a href='#rcm-vs-puppet-and-other-big-tools'>RCM vs Puppet and other big tools</a></li> <li>⇢ <a href='#cutting-rcm-010'>Cutting RCM 0.1.0</a></li> <li>⇢ <a href='#what-s-next'>What's next</a></li> -<li>⇢ <a href='#feature-overview-selected'>Feature overview (selected)</a></li> +<li>⇢ <a href='#feature-overview-for-now'>Feature overview (for now)</a></li> <li>⇢ ⇢ <a href='#template-rendering-into-a-file'>Template rendering into a file</a></li> <li>⇢ ⇢ <a href='#ensuring-a-line-is-absent-from-a-file'>Ensuring a line is absent from a file</a></li> <li>⇢ ⇢ <a href='#guarding-a-configuration-run-on-the-current-hostname'>Guarding a configuration run on the current hostname</a></li> @@ -240,7 +240,7 @@ HostCondition.new.hostname.is(:earth) <li>Managing hosts remotely.</li> <li>A slightly more structured way to organise larger configurations without losing the KISS spirit.</li> </ul><br /> -<h2 style='display: inline' id='feature-overview-selected'>Feature overview (selected)</h2><br /> +<h2 style='display: inline' id='feature-overview-for-now'>Feature overview (for now)</h2><br /> <br /> <span>Here is a quick overview of what RCM can do today, grouped by area:</span><br /> <br /> diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml index e7997941..a71609f7 100644 --- a/gemfeed/atom.xml +++ b/gemfeed/atom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <feed xmlns="http://www.w3.org/2005/Atom"> - <updated>2026-03-01T21:42:41+02:00</updated> + <updated>2026-03-01T21:53:45+02:00</updated> <title>foo.zone feed</title> <subtitle>To be in the .zone!</subtitle> <link href="https://foo.zone/gemfeed/atom.xml" rel="self" /> @@ -41,7 +41,7 @@ <li>⇢ <a href='#rcm-vs-puppet-and-other-big-tools'>RCM vs Puppet and other big tools</a></li> <li>⇢ <a href='#cutting-rcm-010'>Cutting RCM 0.1.0</a></li> <li>⇢ <a href='#what-s-next'>What's next</a></li> -<li>⇢ <a href='#feature-overview-selected'>Feature overview (selected)</a></li> +<li>⇢ <a href='#feature-overview-for-now'>Feature overview (for now)</a></li> <li>⇢ ⇢ <a href='#template-rendering-into-a-file'>Template rendering into a file</a></li> <li>⇢ ⇢ <a href='#ensuring-a-line-is-absent-from-a-file'>Ensuring a line is absent from a file</a></li> <li>⇢ ⇢ <a href='#guarding-a-configuration-run-on-the-current-hostname'>Guarding a configuration run on the current hostname</a></li> @@ -247,7 +247,7 @@ HostCondition.new.hostname.is(:earth) <li>Managing hosts remotely.</li> <li>A slightly more structured way to organise larger configurations without losing the KISS spirit.</li> </ul><br /> -<h2 style='display: inline' id='feature-overview-selected'>Feature overview (selected)</h2><br /> +<h2 style='display: inline' id='feature-overview-for-now'>Feature overview (for now)</h2><br /> <br /> <span>Here is a quick overview of what RCM can do today, grouped by area:</span><br /> <br /> |
