Skip to content
Snippets Groups Projects
Commit fa4f20f6 authored by Alessandro Lorenzi's avatar Alessandro Lorenzi Committed by Raphaël Pinson
Browse files

Fix hash.pp doc (#159)

parent f05f78e3
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,8 @@
#
# [*name*] - the name of the map file.
# [*ensure*] - present/absent, defaults to present.
# [*source*] - file source.
# [*source*] - file source. Mutially exclusive with "content".
# [*content*] - content of the file. Mutially exclusive with "soruce".
#
# === Requires
#
......@@ -16,7 +17,7 @@
#
# === Examples
#
# postfix::hash { '/etc/postfix/virtual':
# postfix::hash { 'virtual':
# ensure => present,
# }
# postfix::config { 'virtual_alias_maps':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment