mirror of https://github.com/zulip/zulip.git
puppet: Move supervisord configuration to better path.
(imported from commit e243bb4c8ea180a3c6e74447b575e398169f7b67)
This commit is contained in:
parent
64a629f086
commit
c162127386
|
@ -42,7 +42,7 @@ class zulip::app_frontend {
|
|||
owner => "root",
|
||||
group => "root",
|
||||
mode => 644,
|
||||
source => "puppet:///modules/zulip/supervisord/conf.d/humbug.conf",
|
||||
source => "puppet:///modules/zulip/supervisor/conf.d/humbug.conf",
|
||||
notify => Service["supervisor"],
|
||||
}
|
||||
file { "/home/humbug/tornado":
|
||||
|
|
|
@ -8,7 +8,7 @@ class zulip::bots {
|
|||
owner => 'root',
|
||||
group => 'root',
|
||||
mode => 640,
|
||||
source => "puppet:///modules/zulip/supervisord/conf.d/feedback-bot.conf",
|
||||
source => "puppet:///modules/zulip/supervisor/conf.d/feedback-bot.conf",
|
||||
notify => Service['supervisor'],
|
||||
}
|
||||
}
|
||||
|
|
|
@ -20,7 +20,7 @@ class zulip::postgres-appdb {
|
|||
owner => "root",
|
||||
group => "root",
|
||||
mode => 644,
|
||||
source => "puppet:///modules/zulip/supervisord/conf.d/zulip_db.conf",
|
||||
source => "puppet:///modules/zulip/supervisor/conf.d/zulip_db.conf",
|
||||
notify => Service[supervisor],
|
||||
}
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@ class zulip::supervisor {
|
|||
owner => "root",
|
||||
group => "root",
|
||||
mode => 644,
|
||||
source => "puppet:///modules/zulip/supervisord/supervisord.conf",
|
||||
source => "puppet:///modules/zulip/supervisor/supervisord.conf",
|
||||
notify => Service["supervisor"],
|
||||
}
|
||||
}
|
||||
|
|
|
@ -19,7 +19,7 @@ class zulip::zmirror {
|
|||
owner => "root",
|
||||
group => "root",
|
||||
mode => 644,
|
||||
source => "puppet:///modules/zulip/supervisord/conf.d/zmirror.conf",
|
||||
source => "puppet:///modules/zulip/supervisor/conf.d/zmirror.conf",
|
||||
notify => Service["supervisor"],
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue