diff options
Diffstat (limited to 'gemfeed/2026-03-02-rcm-ruby-configuration-management-dsl.md')
| -rw-r--r-- | gemfeed/2026-03-02-rcm-ruby-configuration-management-dsl.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gemfeed/2026-03-02-rcm-ruby-configuration-management-dsl.md b/gemfeed/2026-03-02-rcm-ruby-configuration-management-dsl.md index ac8620d7..f71a71b2 100644 --- a/gemfeed/2026-03-02-rcm-ruby-configuration-management-dsl.md +++ b/gemfeed/2026-03-02-rcm-ruby-configuration-management-dsl.md @@ -24,7 +24,7 @@ RCM is a tiny configuration management system written in Ruby. It gives me a sma * [⇢ ⇢ ⇢ Template rendering into a file](#template-rendering-into-a-file) * [⇢ ⇢ ⇢ Ensuring a line is absent from a file](#ensuring-a-line-is-absent-from-a-file) * [⇢ ⇢ ⇢ Guarding a configuration run on the current hostname](#guarding-a-configuration-run-on-the-current-hostname) -* [⇢ Creating and deleting directories, and purging a directory tree](#creating-and-deleting-directories-and-purging-a-directory-tree) +* [⇢ ⇢ ⇢ Creating and deleting directories, and purging a directory tree](#creating-and-deleting-directories-and-purging-a-directory-tree) * [⇢ ⇢ ⇢ Managing file and directory modes and ownership](#managing-file-and-directory-modes-and-ownership) * [⇢ ⇢ ⇢ Using a chained, more natural language style for notifications](#using-a-chained-more-natural-language-style-for-notifications) * [⇢ ⇢ ⇢ Touching files and updating their timestamps](#touching-files-and-updating-their-timestamps) @@ -246,7 +246,7 @@ configure do end ``` -# Creating and deleting directories, and purging a directory tree +### Creating and deleting directories, and purging a directory tree ```ruby configure do |
