Commit fa4f20f6 authored by Alessandro Lorenzi's avatar Alessandro Lorenzi Committed by Raphaël Pinson
Browse files

Fix hash.pp doc (#159)

parent f05f78e3
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -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':