From d7b028ef628c780d05029cd5ff620e59a27b87d5 Mon Sep 17 00:00:00 2001 From: Wang Jie Date: Tue, 29 Aug 2017 04:37:36 +0800 Subject: [PATCH] Update puppet.md (#4391) --- engine/admin/puppet.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/engine/admin/puppet.md b/engine/admin/puppet.md index cd9e85dec3..7629a60dde 100644 --- a/engine/admin/puppet.md +++ b/engine/admin/puppet.md @@ -1,12 +1,12 @@ --- description: Installing and using Puppet -keywords: puppet, installation, usage, docker, documentation +keywords: puppet, installation, usage, docker, documentation redirect_from: - /engine/articles/puppet/ title: Use Puppet --- -> *Note:* Please note this is a community contributed installation path. The +> **Note**: Please note this is a community contributed installation path. The > only `official` installation is using the > [*Ubuntu*](../installation/linux/ubuntulinux.md) installation > path. This version may sometimes be out of date. @@ -90,6 +90,6 @@ Run also contains a number of optional parameters: dns => ['8.8.8.8', '8.8.4.4'], } -> *Note:* -> The `ports`, `env`, `dns` and `volumes` attributes can be set with either a single +> **Note**: +> The `ports`, `env`, `dns`, and `volumes` attributes can be set with either a single > string or as above with an array of values.