mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
puppet: Fix arrow alignment.
This commit is contained in:
committed by
Tim Abbott
parent
235e2eefc8
commit
f4d109c289
@@ -73,7 +73,7 @@ class kandra::profile::base {
|
||||
}
|
||||
|
||||
service { 'ssh':
|
||||
ensure => running,
|
||||
ensure => running,
|
||||
}
|
||||
|
||||
include kandra::aws_tools
|
||||
|
@@ -113,7 +113,7 @@ class kandra::profile::nagios inherits kandra::profile::base {
|
||||
'/etc/nagios4/conf.d/localhost_nagios2.cfg',
|
||||
'/etc/nagios4/conf.d/zulip_nagios.cfg',
|
||||
]:
|
||||
ensure => absent,
|
||||
ensure => absent,
|
||||
}
|
||||
|
||||
file { "${zulip::common::supervisor_conf_dir}/autossh_tunnels.conf":
|
||||
|
@@ -12,7 +12,7 @@ class kandra::profile::zmirror inherits kandra::profile::base {
|
||||
'python3-typing-extensions',
|
||||
]
|
||||
package { $zmirror_packages:
|
||||
ensure => installed,
|
||||
ensure => installed,
|
||||
}
|
||||
|
||||
file { "${zulip::common::supervisor_conf_dir}/zmirror.conf":
|
||||
|
@@ -20,7 +20,7 @@ class kandra::profile::zmirror_personals inherits kandra::profile::base {
|
||||
'restricted-ssh-commands',
|
||||
]
|
||||
package { $zmirror_packages:
|
||||
ensure => installed,
|
||||
ensure => installed,
|
||||
}
|
||||
|
||||
# The production-write-ccache key uses
|
||||
|
Reference in New Issue
Block a user