guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: website: ganeti-on-guix: Mark Scheme snippets as


From: Ludovic Courtès
Subject: branch master updated: website: ganeti-on-guix: Mark Scheme snippets as such.
Date: Mon, 20 Jul 2020 06:34:32 -0400

This is an automated email from the git hooks/post-receive script.

civodul pushed a commit to branch master
in repository guix-artwork.

The following commit(s) were added to refs/heads/master by this push:
     new d2e531d  website: ganeti-on-guix: Mark Scheme snippets as such.
d2e531d is described below

commit d2e531d7b3b817cf22a449321d589b26c9382938
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Jul 20 12:33:56 2020 +0200

    website: ganeti-on-guix: Mark Scheme snippets as such.
    
    * website/posts/ganeti-on-guix.md: Use "```scheme" where appropriate.
---
 website/posts/ganeti-on-guix.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/website/posts/ganeti-on-guix.md b/website/posts/ganeti-on-guix.md
index 6218c2f..d7eaded 100644
--- a/website/posts/ganeti-on-guix.md
+++ b/website/posts/ganeti-on-guix.md
@@ -64,7 +64,7 @@ equivalent `ovs-vsctl` commands on the host once and be done 
with it, but we
 do it through the configuration system to ensure we don't forget it in the
 future when adding or reinstalling nodes.
 
-```
+```scheme
 (use-modules (gnu)
              (gnu packages linux)
              (gnu packages networking)
@@ -136,8 +136,8 @@ with a `routed` networking setup, or do any combination of 
the three.
 With this in place, we can start creating the `operating-system` configuration
 that we will use for the Ganeti servers:
 
-```
-[continued from the above configuration snippet]
+```scheme
+;; [continued from the above configuration snippet]
 
 (use-service-modules base ganeti linux networking ssh)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]