summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorRomain Tartière <romain@blogreen.org>2016-08-05 10:58:14 +0200
committerGitHub <noreply@github.com>2016-08-05 10:58:14 +0200
commit9031fc149ad9acc4c51ceb343864705003f93867 (patch)
tree461c3c131453eccdcf8a237f7dbfa8e5ff78460c /README.markdown
parent15bf66a99b51423e2535a4bf236e19a64d4e92c7 (diff)
Fix markdown indentation
The old indentation is weird.
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.markdown b/README.markdown
index 6352473..0666b37 100644
--- a/README.markdown
+++ b/README.markdown
@@ -468,11 +468,11 @@ From Hiera Backend:
~~~
userlist:
-dan:
- gid: 'mygroup'
-uid: '600'
-alex:
-gid: 'mygroup'
+ dan:
+ gid: 'mygroup'
+ uid: '600'
+ alex:
+ gid: 'mygroup'
ensure_resources('user', hiera_hash('userlist'), {'ensure' => 'present'})
~~~