Jgreen has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/78082


Change subject: move otrs homedir from /opt/otrs-home to /var/lib/otrs
......................................................................

move otrs homedir from /opt/otrs-home to /var/lib/otrs

Change-Id: Ia094e90cd26c3eaa682e957cbfc185af1e8c23fe
---
M manifests/role/otrs.pp
M templates/exim/exim4.conf.SMTP_IMAP_MM.erb
2 files changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/82/78082/1

diff --git a/manifests/role/otrs.pp b/manifests/role/otrs.pp
index 2e3723f..4a02dab 100644
--- a/manifests/role/otrs.pp
+++ b/manifests/role/otrs.pp
@@ -12,7 +12,7 @@
 
     systemuser { 'otrs':
         name => 'otrs',
-        home => '/opt/otrs-home',
+        home => '/var/lib/otrs',
         groups => 'www-data',
         shell => "/bin/bash",
     }
diff --git a/templates/exim/exim4.conf.SMTP_IMAP_MM.erb 
b/templates/exim/exim4.conf.SMTP_IMAP_MM.erb
index 3c193ae..a940c7f 100644
--- a/templates/exim/exim4.conf.SMTP_IMAP_MM.erb
+++ b/templates/exim/exim4.conf.SMTP_IMAP_MM.erb
@@ -24,7 +24,7 @@
 
 # OTRS
 OTRS_POSTMASTER=/opt/otrs/bin/otrs.PostMaster.pl
-OTRS_HOME=/opt/otrs-home
+OTRS_HOME=/var/lib/otrs
 OTRS_USER=otrs
 OTRS_GROUP=www-data
 

-- 
To view, visit https://gerrit.wikimedia.org/r/78082
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia094e90cd26c3eaa682e957cbfc185af1e8c23fe
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Jgreen <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to