Loading manifests/hash.pp +5 −4 Original line number Diff line number Diff line Loading @@ -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 # Loading @@ -16,7 +17,7 @@ # # === Examples # # postfix::hash { '/etc/postfix/virtual': # postfix::hash { 'virtual': # ensure => present, # } # postfix::config { 'virtual_alias_maps': Loading Loading
manifests/hash.pp +5 −4 Original line number Diff line number Diff line Loading @@ -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 # Loading @@ -16,7 +17,7 @@ # # === Examples # # postfix::hash { '/etc/postfix/virtual': # postfix::hash { 'virtual': # ensure => present, # } # postfix::config { 'virtual_alias_maps': Loading