Skip to content

Commit 2bf9187

Browse files
authored
Merge pull request #631 from smortex/patch-1
Fix markdown indentation
2 parents 15bf66a + 9031fc1 commit 2bf9187

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.markdown

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -468,11 +468,11 @@ From Hiera Backend:
468468

469469
~~~
470470
userlist:
471-
dan:
472-
gid: 'mygroup'
473-
uid: '600'
474-
alex:
475-
gid: 'mygroup'
471+
dan:
472+
gid: 'mygroup'
473+
uid: '600'
474+
alex:
475+
gid: 'mygroup'
476476
477477
ensure_resources('user', hiera_hash('userlist'), {'ensure' => 'present'})
478478
~~~

0 commit comments

Comments
 (0)