From b74df1871be4f1498936539bf6a847d5ce7e2f39 Mon Sep 17 00:00:00 2001 From: Martin Peeters Date: Sun, 1 Jun 2014 12:13:54 +0200 Subject: [PATCH] Fix typo --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 7b68456..29678ea 100644 --- a/README.rst +++ b/README.rst @@ -117,7 +117,7 @@ Example Pillar: apache: register-site: # any name as an array index, and you can duplicate this section - {{UNQIUE}}: + {{UNIQUE}}: name: 'my name' path: 'salt://path/to/sites-available/conf/file' state: 'enabled'