diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-22 17:42:26 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-22 17:42:26 -0200 |
commit | c0024c4eb335f4b2406662586c1f69617f79ce8b (patch) | |
tree | 4da895b48c857a78751e9b35d9a0a3bb2ef57789 /manifests/virtual/web | |
parent | 7e8504abeef5559dd1bcda3114e21906c0b3b4ab (diff) | |
download | puppet-mail-c0024c4eb335f4b2406662586c1f69617f79ce8b.tar.gz puppet-mail-c0024c4eb335f4b2406662586c1f69617f79ce8b.tar.bz2 |
Adding default parameters into classes
Diffstat (limited to 'manifests/virtual/web')
-rw-r--r-- | manifests/virtual/web/params.pp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/manifests/virtual/web/params.pp b/manifests/virtual/web/params.pp new file mode 100644 index 0000000..c6ae14c --- /dev/null +++ b/manifests/virtual/web/params.pp @@ -0,0 +1,6 @@ +class mail::virtual::web::params { + $postfixadmin_setup_hash = '' + $roundcube_des_key = '' + $roundcube_logo = 'null' + $roundcube_login_info = false +} |