Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3948748
D3352.id8633.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
762 B
Referenced Files
None
Subscribers
None
D3352.id8633.diff
View Options
diff --git a/roles/mailserver/vimbadmin/init.sls b/roles/mailserver/vimbadmin/init.sls
--- a/roles/mailserver/vimbadmin/init.sls
+++ b/roles/mailserver/vimbadmin/init.sls
@@ -8,7 +8,17 @@
{% set db = pillar["vimbadmin_config"]["db"] %}
{% set securityCredentials = pillar["vimbadmin_config"]["security"] %}
-{% from "map.jinja" import dirs with context %}
+{% from "map.jinja" import dirs, packages_prefixes with context %}
+
+# install pakages
+vimbadmin_pkg_install:
+ pkg.installed:
+ - pkgs:
+ - {{ packages_prefixes.php }}pecl-memcache
+ - {{ packages_prefixes.php }}pear-Services_JSON
+ - {{ packages_prefixes.php }}pdo_pgsql
+ - {{ packages_prefixes.php }}gettext
+ - {{ packages_prefixes.php }}xml
# init mail user
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 28, 13:33 (6 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2318648
Default Alt Text
D3352.id8633.diff (762 B)
Attached To
Mode
D3352: Install PHP dependencies for ViMbAdmin
Attached
Detach File
Event Timeline
Log In to Comment