Skip to content
Snippets Groups Projects
Commit 1655262e authored by Alexander Fisher's avatar Alexander Fisher Committed by Raphaël Pinson
Browse files

Allow Sensitive postfix::hash content (#243)

parent 6bee7abb
Branches
Tags
No related merge requests found
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
define postfix::hash ( define postfix::hash (
Enum['present', 'absent'] $ensure='present', Enum['present', 'absent'] $ensure='present',
Variant[Array[String], String, Undef] $source=undef, Variant[Array[String], String, Undef] $source=undef,
Variant[Array[String], String, Undef] $content=undef, Optional[Variant[Sensitive[String],String]] $content = undef,
Variant[String[4,4], Undef] $mode='0640', Variant[String[4,4], Undef] $mode='0640',
) { ) {
include ::postfix::params include ::postfix::params
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
define postfix::map ( define postfix::map (
Enum['present', 'absent'] $ensure = 'present', Enum['present', 'absent'] $ensure = 'present',
Variant[Array[String], String, Undef] $source = undef, Variant[Array[String], String, Undef] $source = undef,
Variant[Array[String], String, Undef] $content = undef, Optional[Variant[Sensitive[String],String]] $content = undef,
String $type = 'hash', String $type = 'hash',
Stdlib::Absolutepath $path = "/etc/postfix/${name}", Stdlib::Absolutepath $path = "/etc/postfix/${name}",
String[4,4] $mode = '0640' String[4,4] $mode = '0640'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment