summaryrefslogtreecommitdiff
path: root/manifests/virtual/web
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-22 17:42:26 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-22 17:42:26 -0200
commitc0024c4eb335f4b2406662586c1f69617f79ce8b (patch)
tree4da895b48c857a78751e9b35d9a0a3bb2ef57789 /manifests/virtual/web
parent7e8504abeef5559dd1bcda3114e21906c0b3b4ab (diff)
downloadpuppet-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.pp6
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
+}