mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +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':
|
service { 'ssh':
|
||||||
ensure => running,
|
ensure => running,
|
||||||
}
|
}
|
||||||
|
|
||||||
include kandra::aws_tools
|
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/localhost_nagios2.cfg',
|
||||||
'/etc/nagios4/conf.d/zulip_nagios.cfg',
|
'/etc/nagios4/conf.d/zulip_nagios.cfg',
|
||||||
]:
|
]:
|
||||||
ensure => absent,
|
ensure => absent,
|
||||||
}
|
}
|
||||||
|
|
||||||
file { "${zulip::common::supervisor_conf_dir}/autossh_tunnels.conf":
|
file { "${zulip::common::supervisor_conf_dir}/autossh_tunnels.conf":
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ class kandra::profile::zmirror inherits kandra::profile::base {
|
|||||||
'python3-typing-extensions',
|
'python3-typing-extensions',
|
||||||
]
|
]
|
||||||
package { $zmirror_packages:
|
package { $zmirror_packages:
|
||||||
ensure => installed,
|
ensure => installed,
|
||||||
}
|
}
|
||||||
|
|
||||||
file { "${zulip::common::supervisor_conf_dir}/zmirror.conf":
|
file { "${zulip::common::supervisor_conf_dir}/zmirror.conf":
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ class kandra::profile::zmirror_personals inherits kandra::profile::base {
|
|||||||
'restricted-ssh-commands',
|
'restricted-ssh-commands',
|
||||||
]
|
]
|
||||||
package { $zmirror_packages:
|
package { $zmirror_packages:
|
||||||
ensure => installed,
|
ensure => installed,
|
||||||
}
|
}
|
||||||
|
|
||||||
# The production-write-ccache key uses
|
# The production-write-ccache key uses
|
||||||
|
|||||||
Reference in New Issue
Block a user