summaryrefslogtreecommitdiff
path: root/puppet/modules/site_webapp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2015-10-30 10:31:17 +0100
committervarac <varacanero@zeromail.org>2015-10-30 10:31:17 +0100
commit72bec64f52895153612b5e736274266ebc0ab554 (patch)
tree285f627ae16cceda938e0b5ed41139c5a750be35 /puppet/modules/site_webapp
parent171a5a9a3794224a92244078574aac4b22845266 (diff)
[feat] Add soledad::client class for soledad-sync
- Restructure soledad class - Include soledad::client class on webapp nodes - Tested: [unstable.bitmask.net] - Related: #7523
Diffstat (limited to 'puppet/modules/site_webapp')
-rw-r--r--puppet/modules/site_webapp/manifests/init.pp6
1 files changed, 2 insertions, 4 deletions
diff --git a/puppet/modules/site_webapp/manifests/init.pp b/puppet/modules/site_webapp/manifests/init.pp
index d046b7df..837950a8 100644
--- a/puppet/modules/site_webapp/manifests/init.pp
+++ b/puppet/modules/site_webapp/manifests/init.pp
@@ -167,10 +167,8 @@ class site_webapp {
# needed for the soledad-sync check which is run on the
- # webapp node (#6520)
- package { 'python-u1db':
- ensure => latest,
- }
+ # webapp node
+ include soledad::client
leap::logfile { 'webapp': }